2021-04-23 06:52:28 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
|
|
|
# FailureDetector status
|
2021-11-03 07:13:37 -03:00
|
|
|
bool fd_roll
|
|
|
|
bool fd_pitch
|
|
|
|
bool fd_alt
|
|
|
|
bool fd_ext
|
|
|
|
bool fd_arm_escs
|
|
|
|
bool fd_battery
|
|
|
|
bool fd_imbalanced_prop
|
2021-11-26 11:50:40 -04:00
|
|
|
bool fd_motor
|
2021-04-23 06:52:28 -03:00
|
|
|
|
|
|
|
float32 imbalanced_prop_metric # Metric of the imbalanced propeller check (low-passed)
|
2021-11-26 11:50:40 -04:00
|
|
|
uint16 motor_failure_mask # Bit-mask with motor indices, indicating critical motor failures
|