Skip to content

FlightPhaseEstimation (UORB message)

TOPICS: flight_phaseestimation

Fields

参数名类型Unit [Frame]Range/Enum描述
timestampuint64time since system start (microseconds)
flight_phaseuint8Estimate of current flight phase

Constants

参数名类型描述
FLIGHT_PHASE_UNKNOWNuint80vehicle flight phase is unknown
FLIGHT_PHASE_LEVELuint81Vehicle is in level flight
FLIGHT_PHASE_DESCENDuint82vehicle is in descend
FLIGHT_PHASE_CLIMBuint83vehicle is climbing

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp               # time since system start (microseconds)

uint8 flight_phase 		# Estimate of current flight phase

uint8 FLIGHT_PHASE_UNKNOWN = 0  # vehicle flight phase is unknown
uint8 FLIGHT_PHASE_LEVEL = 1	# Vehicle is in level flight
uint8 FLIGHT_PHASE_DESCEND = 2	# vehicle is in descend
uint8 FLIGHT_PHASE_CLIMB = 3   # vehicle is climbing