You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add toggle cm to simple comander API, fix default toggle cm service in test for consistency
Signed-off-by: David G <[email protected]>
* Fix pre commit, ament flake, add readme
Signed-off-by: David G <[email protected]>
* add toggle msg to __init__.py
Signed-off-by: David G <[email protected]>
* add error handling
Signed-off-by: David G <[email protected]>
* add error handling for clear costmap functions
Signed-off-by: David G <[email protected]>
---------
Signed-off-by: David G <[email protected]>
Copy file name to clipboardExpand all lines: nav2_simple_commander/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ New as of September 2023: the simple navigator constructor will accept a `namesp
40
40
| clearGlobalCostmap() | Clears the global costmap. |
41
41
| getGlobalCostmap() | Returns the global costmap, `nav2_msgs/Costmap`|
42
42
| getLocalCostmap() | Returns the local costmap, `nav2_msgs/Costmap`|
43
+
| toggleCollisionMonitor(enable) | Toggles the collision monitor on (`True`) or off (`False`). |
43
44
| waitUntilNav2Active(navigator='bt_navigator, localizer='amcl') | Blocks until Nav2 is completely online and lifecycle nodes are in the active state. To be used in conjunction with autostart or external lifecycle bringup. Custom navigator and localizer nodes can be specified |
44
45
| lifecycleStartup() | Sends a request to all lifecycle management servers to bring them into the active state, to be used if autostart is `false` and you want this program to control Nav2's lifecycle. |
45
46
| lifecycleShutdown() | Sends a request to all lifecycle management servers to shut them down. |
0 commit comments