mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
18 lines
331 B
XML
18 lines
331 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="potential" dir="multi">
|
|
<doc>
|
|
<description>
|
|
Potential fields collision avoidance.
|
|
</description>
|
|
</doc>
|
|
<header>
|
|
<file name="potential.h"/>
|
|
</header>
|
|
<init fun="potential_init()"/>
|
|
<makefile>
|
|
<file name="potential.c"/>
|
|
</makefile>
|
|
</module>
|
|
|