Files
PX4-Autopilot/msg/landing_gear.msg
T
2018-12-10 16:17:23 +01:00

7 lines
180 B
Plaintext

uint64 timestamp # time since system start (microseconds)
int8 LANDING_GEAR_UP = 1 # landing gear up
int8 LANDING_GEAR_DOWN = -1 # landing gear down
int8 landing_gear