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 2ee11a9 commit 23fa376Copy full SHA for 23fa376
tests/inverse_dynamics.cpp
@@ -64,9 +64,9 @@ BOOST_AUTO_TEST_CASE(KinodynamicsID_contact)
64
KinodynamicsID solver(
65
model_handler, KinodynamicsID::Settings::Default()
66
.set_w_base(10.0)
67
- .set_w_posture(1e-2)
68
- .set_w_contact_motion(1e-5)
69
- .set_w_contact_force(1.0));
+ .set_w_posture(1.0)
+ .set_w_contact_force(1.0)
+ .set_w_contact_motion(1e-1));
70
71
const Eigen::VectorXd q_target = model_handler.getReferenceState().head(model_handler.getModel().nq);
72
Eigen::VectorXd f_target = Eigen::VectorXd::Zero(4 * 3);
0 commit comments