Skip to content

Commit 7b81d7b

Browse files
Add simple commander api docs for toggle cm (#785)
Signed-off-by: David G <david.randommail1@gmail.com>
1 parent 5e06b29 commit 7b81d7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

commander_api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ New as of September 2023: the simple navigator constructor will accept a `namesp
145145
+---------------------------------------+----------------------------------------------------------------------------+
146146
| getLocalCostmap() | Returns the local costmap, ``nav2_msgs/Costmap``. |
147147
+---------------------------------------+----------------------------------------------------------------------------+
148+
| toggleCollisionMonitor(enable) | Toggles the collision monitor on (`True`) or off (`False`). |
149+
+---------------------------------------+----------------------------------------------------------------------------+
148150
| waitUntilNav2Active( | Blocks until Nav2 is completely online and lifecycle nodes are in the |
149151
| navigator='bt_navigator', | active state. To be used in conjunction with autostart or external |
150152
| localizer='amcl') | lifecycle bringup. Custom navigator and localizer nodes can be specified |

0 commit comments

Comments
 (0)