Files
paparazzi/conf/modules/nav_spiral.xml
2021-07-27 13:34:23 +02:00

27 lines
845 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_spiral" dir="nav" task="control">
<doc>
<description>
Fixedwing navigation in a spiral/helix.
creating a helix:
- start radius to end radius, increasing after reaching alphamax
- Alphamax is calculated from given segments
- IMPORTANT: numer of segments has to be larger than 2!
</description>
<define name="NAV_SPIRAL_MIN_CIRCLE_RADIUS" value="120" description="minium circle radius in meters"/>
</doc>
<dep>
<depends>@navigation</depends>
</dep>
<header>
<file name="nav_spiral.h"/>
</header>
<makefile target="ap|sim|nps">
<file name="nav_spiral.c"/>
<test firmware="fixedwing">
<define name="CTRL_TYPE_H" value="firmwares/fixedwing/guidance/guidance_v.h" type="string"/>
</test>
</makefile>
</module>