Skip to content

Commit

Permalink
Update joint_trajectory_controller/src/joint_trajectory_controller.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
christophfroehlich and saikishor committed Jan 31, 2024
1 parent 6896dfa commit d405e85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ controller_interface::return_type JointTrajectoryController::update(
}
else if (!within_goal_time)
{
std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
const std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
std::to_string(time_difference) + " seconds";

auto result = std::make_shared<FollowJTrajAction::Result>();
Expand Down

0 comments on commit d405e85

Please sign in to comment.