mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 03:27:36 +08:00
remove orbit comments from precland message
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# ORBIT_YAW_BEHAVIOUR
|
||||
uint8 PRECLAND_STATE_START = 0
|
||||
uint8 PRECLAND_STATE_HORIZONTAL_APPROACH = 1
|
||||
uint8 PRECLAND_STATE_DESCEND_ABOVE_TARGET = 2
|
||||
@@ -7,4 +6,4 @@ uint8 PRECLAND_STATE_SEARCH = 4
|
||||
uint8 PRECLAND_STATE_FALLBACK = 5
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
uint8 precland_state # Radius of the orbit circle. Positive values orbit clockwise, negative values orbit counter-clockwise. [m]
|
||||
uint8 precland_state # this flight-task's internal state
|
||||
|
||||
Reference in New Issue
Block a user