29 using namespace MotionControlGroup;
39 out.setIndex(in.getIndex() + 1);
40 out.setHoldPositionAfterwards(in.getHoldPositionAfterwardsForWaypoints());
41 out.setSetVelocitiesToZeroAtEnd(
false);
43 if (in.getIndex() < in.getStopIndex())
45 out.setJointValues(in.getJointValueWaypoints().at(in.getIndex())->toStdMap<
float>());
47 if (!(out.getIndex() < in.getStopIndex()))
49 ARMARX_INFO <<
"last waypoint " << in.getIndex() <<
": " << out.getJointValues();
50 out.setHoldPositionAfterwards(in.getHoldPositionAfterwardsForLast());
51 out.setSetVelocitiesToZeroAtEnd(in.getSetVelocitiesToZeroAtEnd());
55 ARMARX_INFO <<
"waypoint " << in.getIndex() <<
": " << out.getJointValues();