get_status()
  • 1 Minute to read

get_status()


Article summary

get_status()

Retrieve the current navigation status of the robot.

Reference

Arguments

None

Return

Dictionary with data of the robot's navigation status.

KeyTypeInfo
localizedBooleanrobot is localized if True.
navigatingBooleanrobot is navigating if True.
mappingBooleanrobot is mapping if True.
map_nameStringcurrent map name.

Was this article helpful?