Required as a new flight plan in the GCS

This commit is contained in:
Pascal Brisset
2008-07-08 14:15:14 +00:00
parent dabb2360aa
commit d3b7fda1a5
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE flight_plan SYSTEM "flight_plan.dtd">
<flight_plan security_height="25" alt="???" ground_alt="???" lat0="???" lon0="???" max_dist_from_home="???" name="Example">
<waypoints>
<waypoint name="HOME" x="0" y="0"/>
<waypoint name="STDBY" x="0" y="75"/>
</waypoints>
<blocks>
<block name="Standby">
<circle radius="75" wp="STDBY"/>
</block>
</blocks>
</flight_plan>