mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
16 lines
381 B
XML
16 lines
381 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>
|
|
<header>
|
|
<file name="nav_smooth.h"/>
|
|
</header>
|
|
<makefile>
|
|
<file name="nav_smooth.c"/>
|
|
</makefile>
|
|
</module>
|