Nav2 Navigation Stack - humble
humble
ROS 2 Navigation Stack
|
Exposes services to clear costmap objects in inclusive/exclusive regions or completely. More...
#include <nav2_costmap_2d/include/nav2_costmap_2d/clear_costmap_service.hpp>
Public Member Functions | |
ClearCostmapService (const nav2_util::LifecycleNode::WeakPtr &parent, Costmap2DROS &costmap) | |
A constructor. | |
ClearCostmapService ()=delete | |
A constructor. | |
~ClearCostmapService () | |
A destructor. | |
void | clearRegion (double reset_distance, bool invert) |
Clears the region outside of a user-specified area reverting to the static map. | |
void | clearEntirely () |
Clears all layers. | |
Exposes services to clear costmap objects in inclusive/exclusive regions or completely.
Definition at line 38 of file clear_costmap_service.hpp.