navigator: publish navigator_state

feedback to commander
This commit is contained in:
bresch
2024-08-09 11:19:08 +02:00
committed by Mathieu Bresciani
parent 1fa878ad88
commit 9f69e9ee6c
6 changed files with 68 additions and 1 deletions

6
msg/NavigatorStatus.msg Normal file
View 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