Skip to content

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Sep 26, 2023
1 parent b2902ad commit ed8f20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ controller_interface::CallbackReturn JointTrajectoryController::on_activate(
{
// deactivate timeout
RCLCPP_WARN(
get_node()->get_logger(),
get_node()->get_logger(),
"Command timeout must be higher than goal_time tolerance (%f vs. %f)",
params_.cmd_timeout, default_tolerances_.goal_time_tolerance);
cmd_timeout_ = 0.0;
Expand Down

0 comments on commit ed8f20d

Please sign in to comment.