2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2020-01-23 08:28:23 -04:00
|
|
|
bool flag_armed # synonym for actuator_armed.armed
|
2014-12-08 07:34:57 -04:00
|
|
|
|
2021-06-09 11:03:52 -03:00
|
|
|
bool flag_multicopter_position_control_enabled
|
2014-12-08 07:34:57 -04:00
|
|
|
|
|
|
|
bool flag_control_manual_enabled # true if manual input is mixed in
|
|
|
|
bool flag_control_auto_enabled # true if onboard autopilot should act
|
|
|
|
bool flag_control_offboard_enabled # true if offboard control should be used
|
|
|
|
bool flag_control_rates_enabled # true if rates are stabilized
|
|
|
|
bool flag_control_attitude_enabled # true if attitude stabilization is mixed in
|
2021-03-05 10:39:46 -04:00
|
|
|
bool flag_control_acceleration_enabled # true if acceleration is controlled
|
2014-12-08 07:34:57 -04:00
|
|
|
bool flag_control_velocity_enabled # true if horizontal velocity (implies direction) is controlled
|
|
|
|
bool flag_control_position_enabled # true if position is controlled
|
|
|
|
bool flag_control_altitude_enabled # true if altitude is controlled
|
|
|
|
bool flag_control_climb_rate_enabled # true if climb rate is controlled
|
|
|
|
bool flag_control_termination_enabled # true if flighttermination is enabled
|
2023-07-26 08:31:20 -03:00
|
|
|
bool flag_control_allocation_enabled # true if control allocation is enabled
|