git commit -m "first commit"
This commit is contained in:
11
mir_robot/mir_msgs/msg/MissionCtrlState.msg
Executable file
11
mir_robot/mir_msgs/msg/MissionCtrlState.msg
Executable file
@@ -0,0 +1,11 @@
|
||||
uint8 STATE_IDLE = 0
|
||||
uint8 STATE_WAIT_POS_LOCK = 1
|
||||
uint8 STATE_WAIT_AREA_LOCK = 2
|
||||
uint8 STATE_WAIT_MAP_TRANSITION = 10
|
||||
uint8 STATE_WAIT_LIFT_START_FLOOR = 11
|
||||
uint8 STATE_WAIT_LIFT_END_FLOOR = 12
|
||||
uint8 STATE_WAIT_LIFT_END_FLOOR_CONTINUE = 13
|
||||
|
||||
|
||||
int32 state
|
||||
int32 pos_id
|
||||
Reference in New Issue
Block a user