Skip to content

FixedWingTakeoffStatus (UORB message)

Status of a fixed-wing takeoff. Passes information from the FixedWingModeManager to the Navigator.

TOPICS: fixed_wing_takeoff_status

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64ustime since system start
climbout_completedboolWhether the takeoff climbout is finished (altitude, or time if FW_TKO_CLMB_T is set)

Source Message

Source file (GitHub)

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)