Skip to content

Commit

Permalink
issue #54: Removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BabaylovaPolina authored and isvasia committed Dec 28, 2018
1 parent 2c4fb81 commit a0a20bf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@
lsys = elltool.linsys.LinSysContinuous(aMat, bMat, uBoundsEllObj,...
gMat, vEllObj);
timeVec = [t1, 0];
% initial directions (some random vectors in R^4):
% initial directions:
dirsMat = [1 0 1 0; 1 -1 0 0; 0 -1 0 1; 1 1 -1 1; -1 1 1 0; -2 0 1 1].';
% x1EllObj = ellipsoid([x1; v1; theta1; omega1], eps*eye(4)); %known final point
x1EllObj = ellipsoid([x1; v1; theta1; omega1], zeros(4)); %known final point


%backward reach set
brsObj = elltool.reach.ReachContinuous(lsys, x1EllObj, dirsMat, timeVec,...
'isRegEnabled', true, 'isJustCheck', false, 'regTol', 1e-4,...
Expand Down

0 comments on commit a0a20bf

Please sign in to comment.