Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
Signed-off-by: goes <[email protected]>
  • Loading branch information
goes authored and goes committed May 31, 2024
1 parent bbf5501 commit cf8cecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_costmap_2d/src/costmap_2d_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Costmap2DROS::on_cleanup(const rclcpp_lifecycle::State & /*state*/)
{
RCLCPP_INFO(get_logger(), "Cleaning up");
executor_thread_.reset();

costmap_publisher_.reset();
clear_costmap_service_.reset();

Expand All @@ -368,7 +368,7 @@ Costmap2DROS::on_cleanup(const rclcpp_lifecycle::State & /*state*/)

footprint_sub_.reset();
footprint_pub_.reset();

return nav2_util::CallbackReturn::SUCCESS;
}

Expand Down

0 comments on commit cf8cecc

Please sign in to comment.