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 authored Dec 7, 2023
1 parent a311783 commit 64fbf97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,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 64fbf97

Please sign in to comment.