Skip to content

Commit

Permalink
[flight_plan] set circle radius from flightplan Fixes: #3069
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 22, 2023
1 parent 5672d5f commit 17d8641
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions conf/flight_plans/tudelft/nederdrone_troia.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,18 @@
<exception cond="GpsFixValid()" deroute="GO NORTH"/>
<attitude pitch="0" roll="0" climb="-1.0" vmode="climb"/>
</block>
<block name="300m Circle">
<set value="300.0" var="nav.radius"/>
<deroute block="Circle"/>
</block>
<block name="600m Circle">
<set value="600.0" var="nav.radius"/>
<deroute block="Circle"/>
</block>
<block name="1000m Circle">
<set value="1000.0" var="nav.radius"/>
<deroute block="Circle"/>
</block>
<block name="Circle">
<set value="TRUE" var="force_forward"/>
<circle radius="nav.radius" wp="CIRCLE"/>
Expand Down

0 comments on commit 17d8641

Please sign in to comment.