mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 19:47:50 +08:00
[pattern landing]
This commit is contained in:
@@ -100,5 +100,11 @@
|
|||||||
<block name="landed">
|
<block name="landed">
|
||||||
<attitude pitch="0" roll="0" throttle="0" vmode="throttle" until="FALSE"/>
|
<attitude pitch="0" roll="0" throttle="0" vmode="throttle" until="FALSE"/>
|
||||||
</block>
|
</block>
|
||||||
|
<block name="visualflare">
|
||||||
|
<exception cond="NavDetectGround()" deroute="Holding point"/>
|
||||||
|
<exception cond="!nav_is_in_flight()" deroute="landed"/>
|
||||||
|
<call fun="NavStartDetectGround()"/>
|
||||||
|
<stay climb="nav_descend_vspeed" vmode="climb" wp="p1"/>
|
||||||
|
</block>
|
||||||
</blocks>
|
</blocks>
|
||||||
</flight_plan>
|
</flight_plan>
|
||||||
|
|||||||
Reference in New Issue
Block a user