Files
mir_amr/mir_robot/mir_msgs/msg/RobotMode.msg
2026-05-28 10:29:58 +07:00

10 lines
449 B
Plaintext
Executable File

# The robot operates in different mode
uint8 ROBOT_MODE_NONE = 0 # start mode
uint8 ROBOT_MODE_MAPPING = 3 # in mapping a new map is made
uint8 ROBOT_MODE_MAPPING_FINALIZING = 4 # in mapping the recorded map is being finalised
uint8 ROBOT_MODE_MISSION = 7 # primary mode when executing a mission (action list)
uint8 ROBOT_MODE_CHANGING = 255 # a transition mode - to say that a transition is in progress
uint8 robotMode
string robotModeString