flyer_controller/control_mode_status Message

File: flyer_controller/control_mode_status.msg

Raw Message Definition

int8 STATE_ERROR=0
int8 STATE_OFF=1
int8 STATE_IDLE=2
int8 STATE_STANDBY=3
int8 STATE_ACTIVE=4

Header header
int8 state
bool ready # ready to transition to ACTIVE?
string info

Compact Message Definition

int8 STATE_ERROR=0
int8 STATE_OFF=1
int8 STATE_IDLE=2
int8 STATE_STANDBY=3
int8 STATE_ACTIVE=4
std_msgs/Header header
int8 state
bool ready
string info