Skip to content

Commit

Permalink
print default value of the update_rate
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
saikishor and destogl committed Jul 4, 2024
1 parent 303c846 commit ec89bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ ControllerManager::ControllerManager(
{
if (!get_parameter("update_rate", update_rate_))
{
RCLCPP_WARN(get_logger(), "'update_rate' parameter not set, using default value.");
RCLCPP_WARN(get_logger(), "'update_rate' parameter not set, using default value of %d Hz.", update_rate_);
}

if (is_resource_manager_initialized())
Expand Down

0 comments on commit ec89bf5

Please sign in to comment.