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 517db88 commit ea2c6cbCopy full SHA for ea2c6cb
src/graph/helper.cc
@@ -988,7 +988,7 @@ GraphPtr_t graphBuilder(const ProblemSolverPtr_t& ps,
988
assert(robot.robotFrames(od.name).size() != 0);
989
for (const FrameIndex& f : robot.robotFrames(od.name)) {
990
if (model.frames[f].type != ::pinocchio::JOINT) continue;
991
- const JointIndex j = model.frames[f].parent;
+ const JointIndex j = model.frames[f].parentJoint;
992
JointPtr_t oj(Joint::create(ps->robot(), j));
993
LiegroupSpacePtr_t space(oj->configurationSpace());
994
LiegroupElement lge(robot.currentConfiguration().segment(
0 commit comments