Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1082 from hongkai-dai/fix-testIK
Browse files Browse the repository at this point in the history
increase the major iterations limit in testIK
  • Loading branch information
RussTedrake committed May 3, 2015
2 parents aede030 + 3541219 commit 5bc6565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/plants/test/testIK.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
ikoptions = IKoptions(robot);
ikoptions = ikoptions.setDebug(true);
ikoptions = ikoptions.setMex(false);
ikoptions = ikoptions.setMajorIterationsLimit(1000);
ikoptions = ikoptions.setMajorIterationsLimit(3000);
ikmexoptions = ikoptions;
ikmexoptions = ikmexoptions.setMex(true);

Expand Down

0 comments on commit 5bc6565

Please sign in to comment.