*** empty log message ***

This commit is contained in:
Pascal Brisset
2005-11-21 11:28:07 +00:00
parent a921f4ab26
commit df97500a64
+5 -5
View File
@@ -16,14 +16,14 @@
</waypoints>
<blocks>
<block NAME="init">
<while COND="(!launch)"/>
<heading VMODE="gaz" GAZ="0.8" PITCH="0.15" COURSE="QFU" UNTIL="(estimator_flight_time > 8)"/>
<heading CLIMB="3.0" VMODE="climb" PITCH="0.15" COURSE="QFU" UNTIL="(estimator_z > SECURITY_ALT)"/>
<block NAME="home">
<exception COND="(RcEvent1())" DEROUTE="follow"/>
<circle wp="HOME" alt="GROUND_ALT+50" radius="-75"/>
</block>
<block NAME="follow">
<follow ac_id="2" distance="50"/>
<exception COND="(RcEvent1())" DEROUTE="home"/>
<follow ac_id="3" distance="50"/>
</block>
</blocks>
</flight_plan>