get_status()
- 1 Minute to read
get_status()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
get_status()
Retrieve the current navigation status of the robot.
Reference
Arguments
None
Return
Dictionary
with data of the robot's navigation status.
Key | Type | Info |
---|---|---|
localized | Boolean | robot is localized if True. |
navigating | Boolean | robot is navigating if True. |
mapping | Boolean | robot is mapping if True. |
map_name | String | current map name. |
Was this article helpful?