mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-06 18:23:30 +08:00
10 lines
372 B
Plaintext
10 lines
372 B
Plaintext
# Current status of a Navigator mode
|
|
# The possible values of nav_state are defined in the VehicleStatus msg.
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint8 nav_state # Source mode (values in VehicleStatus)
|
|
uint8 failure # Navigator failure enum
|
|
|
|
uint8 FAILURE_NONE = 0
|
|
uint8 FAILURE_HAGL = 1 # Target altitude exceeds maximum height above ground
|