Skip to content

LandingGear (повідомлення UORB)

TOPICS: landing_gear

Fields

НазваТипUnit [Frame]Range/EnumОпис
timestampuint64time since system start (microseconds)
landing_gearint8

Constants

НазваТипЗначенняОпис
GEAR_UPint81landing gear up
GEAR_DOWNint8-1landing gear down
GEAR_KEEPint80keep the current state

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp # time since system start (microseconds)

int8 GEAR_UP = 1 # landing gear up
int8 GEAR_DOWN = -1 # landing gear down
int8 GEAR_KEEP = 0 # keep the current state

int8 landing_gear