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 191afa5 commit c121b99Copy full SHA for c121b99
joint_trajectory_controller/src/joint_trajectory_controller.cpp
@@ -374,7 +374,7 @@ controller_interface::return_type JointTrajectoryController::update(
374
else if (!within_goal_time)
375
{
376
const std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
377
- std::to_string(time_difference) + " seconds";
+ std::to_string(time_difference) + " seconds";
378
379
auto result = std::make_shared<FollowJTrajAction::Result>();
380
result->set__error_code(FollowJTrajAction::Result::GOAL_TOLERANCE_VIOLATED);
0 commit comments