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 b37a001 commit 446f8edCopy full SHA for 446f8ed
joint_trajectory_controller/src/joint_trajectory_controller.cpp
@@ -369,7 +369,7 @@ controller_interface::return_type JointTrajectoryController::update(
369
else if (!within_goal_time)
370
{
371
const std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
372
- std::to_string(time_difference) + " seconds";
+ std::to_string(time_difference) + " seconds";
373
374
auto result = std::make_shared<FollowJTrajAction::Result>();
375
result->set__error_code(FollowJTrajAction::Result::GOAL_TOLERANCE_VIOLATED);
0 commit comments