mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
commander: take main_state out of vehicle_status
This state is only commander internal. Therefore it doesn't need to be in vehicle_status. Instead it is now in the commander_state message.
This commit is contained in:
@@ -59,7 +59,6 @@ uint8 RC_IN_MODE_GENERATED = 2
|
||||
# Encodes the complete system state and is set by the commander app.
|
||||
uint64 timestamp # in microseconds since system start, is set whenever the writing thread stores new data
|
||||
|
||||
uint8 main_state # main state machine
|
||||
uint8 nav_state # set navigation state machine to specified value
|
||||
uint8 arming_state # current arming state
|
||||
uint8 hil_state # current hil state
|
||||
|
||||
Reference in New Issue
Block a user