Fix example conf.

This commit is contained in:
Fabien-B
2021-07-05 09:59:26 +02:00
committed by Freek van Tienen
parent 097f700237
commit bfee649fe9
4 changed files with 7 additions and 2 deletions
@@ -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 -->
+1 -1
View File
@@ -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>
+3
View File
@@ -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()"/>
+3
View File
@@ -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">