[pattern landing]

This commit is contained in:
Christophe De Wagter
2015-09-13 15:37:57 +02:00
parent baa588c7cf
commit 78828e566a
+6
View File
@@ -100,5 +100,11 @@
<block name="landed">
<attitude pitch="0" roll="0" throttle="0" vmode="throttle" until="FALSE"/>
</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>
</flight_plan>