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 d898509 commit 9e74d70Copy full SHA for 9e74d70
tests/contacts.cpp
@@ -82,7 +82,7 @@ BOOST_AUTO_TEST_CASE ( test_contact_6d )
82
pinocchio::Data data(robot.model());
83
robot.computeAllTerms(data, q, v);
84
85
- pinocchio::SE3 H_ref = robot.position(data, robot.model().getJointId(frameName));
+ pinocchio::SE3 H_ref = robot.position(data, robot.model().getFrameId(frameName));
86
contact.setReference(H_ref);
87
88
double t = 0.0;
0 commit comments