Skip to content

Commit

Permalink
made gurobi non-public and fixed bug in TSRBM
Browse files Browse the repository at this point in the history
  • Loading branch information
psiorx committed Oct 8, 2015
1 parent 91b8344 commit dc65841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ set(gloptipoly_GIT_TAG c9e796e99c584ecf78317348c4162a2ed4121156)
set(gloptipoly_IS_PUBLIC FALSE)
set(gurobi_GIT_REPOSITORY https://github.com/RobotLocomotion/gurobi.git)
set(gurobi_GIT_TAG bb1dbbdd61a4e435e0e0680cb90b8df2eb59a815)
set(gurobi_IS_PUBLIC TRUE)
set(gurobi_IS_PUBLIC FALSE)
set(iris_GIT_REPOSITORY https://github.com/rdeits/iris-distro.git)
set(iris_GIT_TAG a17bdb4a20a8195363b629c47fd1b6251b44c95e)
set(iris_ADDITIONAL_BUILD_ARGS PATCH_COMMAND make configure-cdd-only)
Expand Down
1 change: 0 additions & 1 deletion drake/systems/plants/TimeSteppingRigidBodyManipulator.m
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ function checkDirty(obj)
vn = wvn;
else
vn = Mvn*z + wvn;
[obj2,z2,Mvn2,wvn2] = solveMexLCP(obj,t,x,u);
end

vToqdot = obj.manip.vToqdot(q);
Expand Down

0 comments on commit dc65841

Please sign in to comment.