Files
PX4-Autopilot/docs/uk/msg_docs/FixedWingTakeoffStatus.md
2026-09-02 17:25:30 +10:00

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

Source file (GitHub)

:::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)

:::