Files
paparazzi/conf/modules/nav_drop.xml
T
Felix Ruess 1a475f1699 [simulator] remove jsbsim target
as it is a subset of NPS (when using JSBSim as FDM)
2015-03-02 17:30:53 +01:00

18 lines
512 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_drop" dir="nav">
<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>
<header>
<file name="nav_drop.h"/>
</header>
<makefile target="ap|sim|nps">
<file name="nav_drop.c"/>
</makefile>
</module>