Skip to content
Merged
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
2 changes: 2 additions & 0 deletions commander_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ New as of September 2023: the simple navigator constructor will accept a `namesp
+---------------------------------------+----------------------------------------------------------------------------+
| getLocalCostmap() | Returns the local costmap, ``nav2_msgs/Costmap``. |
+---------------------------------------+----------------------------------------------------------------------------+
| toggleCollisionMonitor(enable) | Toggles the collision monitor on (`True`) or off (`False`). |
+---------------------------------------+----------------------------------------------------------------------------+
| waitUntilNav2Active( | Blocks until Nav2 is completely online and lifecycle nodes are in the |
| navigator='bt_navigator', | active state. To be used in conjunction with autostart or external |
| localizer='amcl') | lifecycle bringup. Custom navigator and localizer nodes can be specified |
Expand Down
Loading