Skip to content

Commit b2902ad

Browse files
Fix format
1 parent 7671556 commit b2902ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

joint_trajectory_controller/src/joint_trajectory_controller.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,8 @@ controller_interface::CallbackReturn JointTrajectoryController::on_activate(
10091009
{
10101010
// deactivate timeout
10111011
RCLCPP_WARN(
1012-
get_node()->get_logger(), "Command timeout must be higher than goal_time tolerance (%f vs. %f)",
1012+
get_node()->get_logger(),
1013+
"Command timeout must be higher than goal_time tolerance (%f vs. %f)",
10131014
params_.cmd_timeout, default_tolerances_.goal_time_tolerance);
10141015
cmd_timeout_ = 0.0;
10151016
}

0 commit comments

Comments
 (0)