Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ Input Ports
Description
Action server timeout (ms).

:plugins:

============== =======
Type Default
-------------- -------
string N/A
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be a vector of strings?

============== =======

Description
If you provide a list, only those layers and the master costmap will be cleared (e.g., "keepout_filter,obstacle_layer").
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto here in the example

If you leave this empty, all clearable layers and the master costmap will be cleared.

Example
-------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ Input Ports
Description
Action server timeout (ms).

:plugins:

============== =======
Type Default
-------------- -------
string N/A
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto for all others

============== =======

Description
If you provide a list, only those layers and the master costmap will be cleared (e.g., "keepout_filter,obstacle_layer").
If you leave this empty, all clearable layers and the master costmap will be cleared.

Example
-------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ Input Ports
Description
Action server timeout (ms).

:plugins:

============== =======
Type Default
-------------- -------
string N/A
============== =======

Description
If you provide a list, only those layers and the master costmap will be cleared (e.g., "keepout_filter,obstacle_layer").
If you leave this empty, all clearable layers and the master costmap will be cleared.

Example
-------

Expand Down
12 changes: 12 additions & 0 deletions configuration/packages/bt-plugins/actions/ClearEntireCostmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ Input Ports
Description
Action server timeout (ms).

:plugins:

============== =======
Type Default
-------------- -------
string N/A
============== =======

Description
If you provide a list, only those layers and the master costmap will be cleared (e.g., "keepout_filter,obstacle_layer").
If you leave this empty, all clearable layers and the master costmap will be cleared.

Example
-------

Expand Down
Loading