mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
msg: fix comment in commander_state
This commit is contained in:
@@ -14,8 +14,6 @@ uint8 MAIN_STATE_AUTO_LAND = 11
|
|||||||
uint8 MAIN_STATE_AUTO_FOLLOW_TARGET = 12
|
uint8 MAIN_STATE_AUTO_FOLLOW_TARGET = 12
|
||||||
uint8 MAIN_STATE_MAX = 13
|
uint8 MAIN_STATE_MAX = 13
|
||||||
|
|
||||||
# state machine / state of vehicle.
|
|
||||||
# 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
|
uint64 timestamp # in microseconds since system start, is set whenever the writing thread stores new data
|
||||||
|
|
||||||
uint8 main_state # main state machine
|
uint8 main_state # main state machine
|
||||||
|
|||||||
Reference in New Issue
Block a user