43 #ifndef STATE_DEFAULT_CONFIG_H_
44 #define STATE_DEFAULT_CONFIG_H_
56 .
mav_mode = { .byte = MAV_MODE_SAFE },
57 .mav_state = MAV_STATE_BOOT,
58 .simulation_mode = HIL_OFF,
59 .autopilot_type = MAV_TYPE_QUADROTOR,
60 .autopilot_name = MAV_AUTOPILOT_GENERIC,
61 .sensor_present = 0b1111110000100111,
62 .sensor_enabled = 0b1111110000100111,
63 .sensor_health = 0b1111110000100111,
65 .use_mode_from_remote = 1
72 #endif // STATE_DEFAULT_CONFIG_H_
The state structure.
Definition: state.h:79
mav_mode_t mav_mode
The value of the MAV mode.
Definition: state.h:81