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

22 lines
612 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_drop" dir="nav" task="control">
<doc>
<description>
Compute the dropping point for a fixedwing aircraft.
Takes into account the flight speed vector and the wind to estimate the best dropping point.
Needs some waypoints to be defined in the flight plan: REALEASE, CLIMB, BASELEG
</description>
</doc>
<dep>
<depends>@navigation</depends>
</dep>
<header>
<file name="nav_drop.h"/>
</header>
<makefile target="ap|sim|nps">
<file name="nav_drop.c"/>
<test firmware="fixedwing"/>
</makefile>
</module>