mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
1a475f1699
as it is a subset of NPS (when using JSBSim as FDM)
18 lines
512 B
XML
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>
|