Skip to content

Commit

Permalink
Update nav2_collision_monitor/src/velocity_polygon.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Macenski <[email protected]>
Signed-off-by: nelson <[email protected]>
  • Loading branch information
kaichie and SteveMacenski authored Jan 17, 2024
1 parent 680f7ca commit 5c5d184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_collision_monitor/src/velocity_polygon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void VelocityPolygon::updatePolygon(const Velocity & cmd_vel_in)

// Log for uncovered velocity
RCLCPP_WARN_THROTTLE(
logger_, *(clock_), 2.0,
logger_, *clock_, 2.0,
"Velocity is not covered by any of the velocity polygons. x: %.3f y: %.3f tw: %.3f ",
cmd_vel_in.x, cmd_vel_in.y, cmd_vel_in.tw);
return;
Expand Down

0 comments on commit 5c5d184

Please sign in to comment.