You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint64timestamp # [us] timesincesystemstartfloat32lateral_touchdown_offset # [m] lateraltouchdownpositionoffsetmanuallycommandedduringlandingboolflaring# true if the aircraft is flaring
# abort status is:
# 0 if not aborted
# >0ifaborted, withthesingularabortcriterionwhichtriggeredthelandingabortenumeratedbythefollowingabortreasonsuint8abort_status# abort reasons
# after the manual operator abort, corresponds to individual bits of param FW_LND_ABORT
uint8NOT_ABORTED=0uint8ABORTED_BY_OPERATOR=1uint8TERRAIN_NOT_FOUND=2# FW_LND_ABORT (1 << 0)
uint8TERRAIN_TIMEOUT=3# FW_LND_ABORT (1 << 1)
uint8UNKNOWN_ABORT_CRITERION=4