Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Make a flower navigation pattern

Module XML file: nav_flower.xml

No detailed description...

Example for airframe file

1 <modules>
2  <load name="nav_flower.xml"/>
3 </modules>

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw nav_flower.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_flower" dir="nav">
<doc>
<description>
Make a flower navigation pattern
</description>
</doc>
<header>
<file name="nav_flower.h"/>
</header>
<makefile target="ap|sim|nps">
<file name="nav_flower.c"/>
</makefile>
</module>