mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
22 lines
612 B
XML
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>
|