Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: ARK3r <[email protected]>
  • Loading branch information
ARK3r committed Mar 8, 2024
1 parent af6fd1a commit 698ab94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nav2_controller/src/controller_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ void ControllerServer::computeControl()

if (!loop_rate.sleep()) {
RCLCPP_WARN(
get_logger(), "Control loop missed its desired rate of %.4fHz. Current loop rate is %.4f Hz",
get_logger(),
"Control loop missed its desired rate of %.4fHz. Current loop rate is %.4f Hz",
controller_frequency_, 1 / cycle_duration.seconds());
}
}
Expand Down

0 comments on commit 698ab94

Please sign in to comment.