Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <[email protected]>
  • Loading branch information
tonynajjar committed Sep 13, 2024
1 parent f490b2b commit d30a05c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nav2_costmap_2d/src/costmap_2d_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ void Costmap2DROS::getCostsCallback(
pose_transformed.pose.position.y, yaw, footprint));
} else {
RCLCPP_DEBUG(
get_logger(), "Received request to get cost at point (%f, %f)", pose_transformed.pose.position.x,
get_logger(), "Received request to get cost at point (%f, %f)",
pose_transformed.pose.position.x,
pose_transformed.pose.position.y);

// Get the cost at the map coordinates
Expand Down

0 comments on commit d30a05c

Please sign in to comment.