We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f915d5d commit 2349903Copy full SHA for 2349903
tests/mpc.cpp
@@ -91,7 +91,7 @@ BOOST_AUTO_TEST_CASE(mpc_fulldynamics)
91
92
Eigen::VectorXd xdot = mpc.getStateDerivative(0);
93
94
- Eigen::VectorXd forces = mpc.getContactForces(0);
+ Eigen::Matrix<double, Eigen::Dynamic, 3> forces = mpc.getContactForces(0);
95
}
96
97
BOOST_AUTO_TEST_CASE(mpc_kinodynamics)
0 commit comments