2018-08-06 21:30:05 -03:00
uint64 timestamp # time since system start (microseconds)
2022-02-01 18:50:19 -04:00
2019-10-12 16:52:52 -03:00
bool freefall # true if vehicle is currently in free-fall
bool ground_contact # true if vehicle has ground contact but is not landed (1. stage)
bool maybe_landed # true if the vehicle might have landed (2. stage)
bool landed # true if vehicle is currently landed on the ground (3. stage)
2022-02-01 18:50:19 -04:00
2019-01-22 04:09:53 -04:00
bool in_ground_effect # indicates if from the perspective of the landing detector the vehicle might be in ground effect (baro). This flag will become true if the vehicle is not moving horizontally and is descending (crude assumption that user is landing).
2021-03-15 09:05:14 -03:00
bool in_descend
2022-02-01 18:50:19 -04:00
2021-03-15 09:05:14 -03:00
bool has_low_throttle
2022-02-01 18:50:19 -04:00
2021-03-15 09:05:14 -03:00
bool vertical_movement
bool horizontal_movement
2022-10-14 07:11:21 -03:00
bool rotational_movement
2022-02-01 18:50:19 -04:00
2021-03-15 09:05:14 -03:00
bool close_to_ground_or_skipped_check
2022-02-01 18:50:19 -04:00
bool at_rest