mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
Cleaning
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
<!DOCTYPE flight_plan SYSTEM "flight_plan.dtd">
|
||||
|
||||
<flight_plan NAME="Example" LON0="???" MAX_DIST_FROM_HOME="???" GROUND_ALT="???" SECURITY_HEIGHT="25" QFU="???" ALT="???" LAT0="???">
|
||||
|
||||
<waypoints>
|
||||
<waypoint name="HOME" x="0" y="0"/>
|
||||
</waypoints>
|
||||
|
||||
<include name="up_and_down" procedure="circles.xml" x="00" y="100" rotate="0">
|
||||
<arg name="bottom" value="GROUND_ALT+50"/>
|
||||
<with from="event1" to="circlehome"/>
|
||||
</include>
|
||||
|
||||
<blocks>
|
||||
<block NAME="init">
|
||||
<while COND="(!launch)"/>
|
||||
<heading VMODE="throttle" THROTTLE="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)"/>
|
||||
<deroute BLOCK="circlehome"/>
|
||||
</block>
|
||||
<block NAME="circlehome">
|
||||
<exception COND="(RcEvent1())" DEROUTE="up_and_down.climb"/>
|
||||
<circle WP="HOME" ALT="GROUND_ALT+50" RADIUS="75"/>
|
||||
</block>
|
||||
</blocks>
|
||||
</flight_plan>
|
||||
|
||||
Reference in New Issue
Block a user