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 8e88c4d commit c8cf278Copy full SHA for c8cf278
joint_trajectory_controller/src/joint_trajectory_controller.cpp
@@ -328,6 +328,7 @@ controller_interface::return_type JointTrajectoryController::update(
328
{
329
if (!outside_goal_tolerance)
330
331
+ set_hold_position();
332
auto res = std::make_shared<FollowJTrajAction::Result>();
333
res->set__error_code(FollowJTrajAction::Result::SUCCESSFUL);
334
active_goal->setSucceeded(res);
0 commit comments