Skip to content

Commit

Permalink
Apply code format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 7, 2023
1 parent 64fbf97 commit cbf28cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ controller_interface::return_type JointTrajectoryController::update(
else if (!within_goal_time)
{
const std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
std::to_string(time_difference) + " seconds";
std::to_string(time_difference) + " seconds";

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

0 comments on commit cbf28cf

Please sign in to comment.