Skip to content

Commit

Permalink
Fix spaces in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 28, 2023
1 parent a9cf5a6 commit 628f3e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ controller_interface::CallbackReturn JointTrajectoryController::on_init()
{
RCLCPP_WARN(
get_node()->get_logger(),
"\"allow_nonzero_velocity_at_trajectory_end\" is set to false."
"The default behavior changed to false, and trajectories might get discarded.");
"\"allow_nonzero_velocity_at_trajectory_end\" is set to false. (The default behavior changed "
"to false, and trajectories might get discarded.)");
}

return CallbackReturn::SUCCESS;
Expand Down

0 comments on commit 628f3e6

Please sign in to comment.