FixedWingTakeoffStatus (UORB message)
Status of a fixed-wing takeoff. Passes information from the FixedWingModeManager to the Navigator.
TOPICS: fixed_wing_takeoff_status
Fields
| Name | Type | Unit [Frame] | Range/Enum | Description |
|---|---|---|---|---|
| timestamp | uint64 | us | time since system start | |
| climbout_completed | bool | Whether the takeoff climbout is finished (altitude, or time if FW_TKO_CLMB_T is set) |
Source Message
Click here to see original file
c
# Status of a fixed-wing takeoff
# Passes information from the FixedWingModeManager to the Navigator.
uint64 timestamp # [us] time since system start
bool climbout_completed # Whether the takeoff climbout is finished (altitude, or time if FW_TKO_CLMB_T is set)