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 8834ce1 commit 0033141Copy full SHA for 0033141
core/src/merge.cpp
@@ -155,11 +155,11 @@ merge(const std::vector<robot_trajectory::RobotTrajectoryConstPtr>& sub_trajecto
155
const robot_state::RobotState& sub_state = sub->getWayPoint(index);
156
sub_state.copyJointGroupPositions(sub->getGroup(), values);
157
merged_state->setJointGroupPositions(sub->getGroup(), values);
158
- merged_state->update();
159
}
160
if (finished)
161
break;
162
+ merged_state->update();
163
// add waypoint without timing
164
merged_traj->addSuffixWayPoint(merged_state, 0.0);
165
// create new RobotState for next waypoint
0 commit comments