mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-23 18:13:49 +08:00
1.7 KiB
1.7 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
FlightPhaseEstimation (UORB message)
TOPICS: flight_phase_estimation
Fields
| Name | Type | Unit [Frame] | Range/Enum | Description |
|---|---|---|---|---|
| timestamp | uint64 |
time since system start (microseconds) | ||
| flight_phase | uint8 |
Estimate of current flight phase |
Constants
Source Message
::: details Click here to see original file
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
:::