mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 16:17:35 +08:00
convert precland to flight task
This commit is contained in:
@@ -146,6 +146,7 @@ set(msg_files
|
||||
PowerButtonState.msg
|
||||
PowerMonitor.msg
|
||||
PpsCapture.msg
|
||||
precision_landing_status.msg
|
||||
PwmInput.msg
|
||||
Px4ioStatus.msg
|
||||
QshellReq.msg
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# ORBIT_YAW_BEHAVIOUR
|
||||
uint8 PRECLAND_STATE_START = 0
|
||||
uint8 PRECLAND_STATE_HORIZONTAL_APPROACH = 1
|
||||
uint8 PRECLAND_STATE_DESCEND_ABOVE_TARGET = 2
|
||||
uint8 PRECLAND_STATE_FINAL_APPROACH = 3
|
||||
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]
|
||||
Reference in New Issue
Block a user