mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 13:31:27 +08:00
navigator: publish navigator_state
feedback to commander
This commit is contained in:
committed by
Mathieu Bresciani
parent
1fa878ad88
commit
9f69e9ee6c
6
msg/NavigatorStatus.msg
Normal file
6
msg/NavigatorStatus.msg
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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)
|
||||
bool failure # True when the current mode cannot continue
|
||||
Reference in New Issue
Block a user