Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1408 from hongkai-dai/rm_checkDepe…
Browse files Browse the repository at this point in the history
…ndency_snopt

check NonlinearProgramSnoptmex
  • Loading branch information
RussTedrake committed Oct 9, 2015
2 parents e7968f5 + e07659f commit 023da8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function relativePositionNonlinearProgramTest(visualize)
% fmincon doesn't solve this problem in a timely manner, so check that
% we can use snopt here.
checkDependency('snopt');
checkDependency('NonlinearProgramsnoptmex');

import drakeFunction.*
import drakeFunction.euclidean.*
Expand Down

0 comments on commit 023da8f

Please sign in to comment.