49 getContext<MotionControlGroupStatechartContext>();
52 NameValueMap jointTargets;
53 std::string kinematicChain = in.getKinematicChainName();
55 for (
auto& node : context->
getRobot()->getRobotNodeSet(kinematicChain)->getAllRobotNodes())
57 jointTargets[node->getName()] = 0;
60 local.setJointTargetValues(jointTargets);
custom implementation of the StatechartContext for a statechart
const std::shared_ptr< RemoteRobot > getRobot()