From 22c113cf7bc47ca18f1da175c5da144249edf058 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Thu, 7 Dec 2023 14:29:55 +0000 Subject: [PATCH] Apply code format --- joint_trajectory_controller/src/joint_trajectory_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_trajectory_controller/src/joint_trajectory_controller.cpp b/joint_trajectory_controller/src/joint_trajectory_controller.cpp index a2ebb060ea..db46814f8a 100644 --- a/joint_trajectory_controller/src/joint_trajectory_controller.cpp +++ b/joint_trajectory_controller/src/joint_trajectory_controller.cpp @@ -368,7 +368,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(); result->set__error_code(FollowJTrajAction::Result::GOAL_TOLERANCE_VIOLATED);