Feature request
Feature description
Currently, the costmap clearing service clears all clearable layers. However, there are use cases where a user may want to clear only specific costmap layers (e.g., only the "keepout_filter" layer) instead of all available layers. This feature request proposes to add a "plugins" parameter in the BT XML configuration.
Implementation considerations
<ClearEntireCostmap name="ClearingActionsLocalCostmap" service_name="local_costmap/clear_entirely_local_costmap" plugins="keepout_filter"/>