mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
11122afe76
also fix init function for nav_catapult
18 lines
519 B
XML
18 lines
519 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|jsbsim|nps">
|
|
<file name="nav_drop.c"/>
|
|
</makefile>
|
|
</module>
|