Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <[email protected]>
  • Loading branch information
tonynajjar committed Aug 5, 2024
1 parent f60d727 commit 82e95fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ inline BT::NodeStatus RemoveInCollisionGoals::tick()
} else {
RCLCPP_ERROR(
node_->get_logger(),
"RemoveInCollisionGoals BT node failed to call GetCost service of local or global costmap");
"RemoveInCollisionGoals BT node failed to call GetCost "
"service of local or global costmap");
return BT::NodeStatus::FAILURE;
}
} else {
Expand Down
3 changes: 1 addition & 2 deletions nav2_costmap_2d/src/costmap_2d_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,7 @@ void Costmap2DROS::getCostCallback(

response->cost = collision_checker.footprintCostAtPose(
request->x, request->y, request->theta, footprint);
}
else {
} else {
RCLCPP_DEBUG(
get_logger(), "Received request to get cost at point (%f, %f)", request->x, request->y);

Expand Down

0 comments on commit 82e95fc

Please sign in to comment.