mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 20:28:26 +08:00
1.8 KiB
1.8 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
FixedWingTakeoffStatus (UORB message)
Status of a fixed-wing takeoff. Passes information from the FixedWingModeManager to the Navigator.
TOPICS: fixed_wing_takeoff_status
Fields
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
|---|---|---|---|---|
| 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
:::details Click here to see original file
# 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)
:::