mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 02:10:35 +08:00
7 lines
180 B
Plaintext
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
|