Skip to content

Commit

Permalink
passes all unit tests.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.csail.mit.edu/locomotion/robotlib/trunk@4965 c9849af7-e679-4ec6-a44e-fc146a885bd3
  • Loading branch information
russt committed Jan 23, 2013
1 parent 35be043 commit 35a5dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion configure.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
addpath([conf.root,'/thirdParty']);
addpath([conf.root,'/thirdParty/path']);
addpath([conf.root,'/thirdParty/spatial']);
addpath([conf.root,'/thirdParty/graphviz2mat']);
addpath([conf.root,'/thirdParty/cprintf']);

% todo: setup java classpath (not hard to do it once... but how can I set
Expand Down
3 changes: 2 additions & 1 deletion examples/ZMP/LinearInvertedPendulum2D.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@
function runPassive
r = LinearInvertedPendulum2D(1.055);
v = r.constructVisualizer();
dZMP = setOutputFrame(ConstantTrajectory([0]),desiredZMP1D);
ytraj = r.simulate([0 3],[0;.1]);
v.playback(ytraj);
v.playback([ytraj;dZMP]);
end

function runLQR
Expand Down

0 comments on commit 35a5dfe

Please sign in to comment.