Skip to content

Commit

Permalink
backed off on random initial condition set
Browse files Browse the repository at this point in the history
  • Loading branch information
psiorx committed Aug 11, 2015
1 parent df3476f commit 2efa669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drake/examples/TwoWheeledInvertedPendulum/TWIP.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
end

function x = getInitialState(obj)
x = 0.2*randn(4,1);
x = 0.1*randn(4,1);
end

function n = getNumPositions(obj)
Expand Down

0 comments on commit 2efa669

Please sign in to comment.