Skip to content

Commit

Permalink
set default plugin list to empty string array
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjyuen committed Dec 3, 2024
1 parent 82acced commit cae7d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configuration/packages/costmap-plugins/plugin_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ This implements a costmap layer which combines costmap layers within a submap, w

:``<plugin container layer>``.plugins:

============== =====================================================
============== =======
Type Default
-------------- -----------------------------------------------------
vector<string> {"static_layer", "obstacle_layer", "inflation_layer"}
============== =====================================================
-------------- -------
vector<string> {}
============== =======

Description
List of mapped costmap layer names for parameter namespaces and names.
Expand Down

0 comments on commit cae7d1a

Please sign in to comment.