Skip to content

Commit fa54dda

Browse files
author
Simon Schmeisser
authored
only set active joints (#84)
1 parent 5249ef2 commit fa54dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moveit_visual_tools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ bool MoveItVisualTools::loadEEMarker(const moveit::core::JointModelGroup* ee_jmg
270270
<< ee_jmg->getName() << "(" << ee_jmg->getActiveJointModels().size() << ")");
271271
return false;
272272
}
273-
shared_robot_state_->setJointGroupPositions(ee_jmg, ee_joint_pos);
273+
shared_robot_state_->setJointGroupActivePositions(ee_jmg, ee_joint_pos);
274274
shared_robot_state_->update(true);
275275
}
276276

0 commit comments

Comments
 (0)