mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-21 20:04:09 +08:00
Fix example conf.
This commit is contained in:
committed by
Freek van Tienen
parent
097f700237
commit
bfee649fe9
@@ -35,7 +35,6 @@
|
||||
<module name="gps" type="ublox"/>
|
||||
<module name="navigation"/>
|
||||
<module name="ins" type="alt_float"/>
|
||||
<module name="nav" type="line"/>
|
||||
</firmware>
|
||||
|
||||
<!-- commands section -->
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</block>
|
||||
<block name="line_p1_p2">
|
||||
<go from="p1" hmode="route" wp="p2"/>
|
||||
<stay wp="p2" until="stage_time>10"/>
|
||||
<stay wp="p2" until="stage_time @GT 10"/>
|
||||
<go from="p2" hmode="route" wp="p1"/>
|
||||
<deroute block="stay_p1"/>
|
||||
</block>
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
<waypoint name="S1" x="32.6" y="-35.2" height="25"/>
|
||||
<waypoint name="S2" x="-88.6" y="48.9"/>
|
||||
</waypoints>
|
||||
<modules>
|
||||
<module name="nav_survey" type="rectangle_rotorcraft"/>
|
||||
</modules>
|
||||
<blocks>
|
||||
<block name="Wait GPS">
|
||||
<call_once fun="NavKillThrottle()"/>
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
<variables>
|
||||
<variable var="roll_step" init="15." min="0." max="50." step="1.0"/>
|
||||
</variables>
|
||||
<modules>
|
||||
<module name="nav_line"/>
|
||||
</modules>
|
||||
<exceptions/>
|
||||
<blocks>
|
||||
<block name="Wait GPS">
|
||||
|
||||
Reference in New Issue
Block a user