mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
23 lines
635 B
XML
23 lines
635 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="nav_smooth" dir="nav">
|
|
<doc>
|
|
<description>
|
|
Smooth navigation to wp_a along an arc (around wp_cd), a segment (from wp_rd to wp_ta) and a second arc (around wp_ca).
|
|
</description>
|
|
</doc>
|
|
<settings>
|
|
<dl_settings NAME="snav">
|
|
<dl_settings NAME="tow">
|
|
<dl_setting module="nav/nav_smooth" var="snav_desired_tow" min="0" max="604800" step="1"/>
|
|
</dl_settings>
|
|
</dl_settings>
|
|
</settings>
|
|
<header>
|
|
<file name="nav_smooth.h"/>
|
|
</header>
|
|
<makefile target="ap|sim|jsbsim|nps">
|
|
<file name="nav_smooth.c"/>
|
|
</makefile>
|
|
</module>
|