Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1043 from RussTedrake/quick_fix
Browse files Browse the repository at this point in the history
remove unused lines in QPCommon
  • Loading branch information
RussTedrake committed Apr 24, 2015
2 parents 5bc13e8 + e6f58dd commit 3dc299e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions systems/controllers/QPCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,6 @@ int setupAndSolveQP(NewQPControllerData *pdata, std::shared_ptr<drake::lcmt_qp_c

// add in body spatial equality constraints
// VectorXd body_vdot;
Vector4d orig1 = Vector4d::Zero();
orig1(3) = 1.0;
Vector3d orig = Vector3d::Zero();
int equality_ind = 6+neps;
MatrixXd Jb(6,nq);
Vector6d Jbdotv;
Expand Down

0 comments on commit 3dc299e

Please sign in to comment.