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

参数名类型Unit [Frame]Range/Enum描述
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)

Details

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)