Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
nav_line_osam module

Fly along a line

No detailed description...

Example for airframe file

Add to your firmware section:

<module name="nav_line_osam"/>

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw nav_line_osam.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_line_osam" dir="nav">
<doc>
<description>
Fly along a line
</description>
</doc>
<header>
<file name="nav_line_osam.h"/>
</header>
<makefile target="ap|sim|nps">
<file name="nav_line_osam.c"/>
<test firmware="fixedwing">
<define name="CTRL_TYPE_H" value="firmwares/fixedwing/guidance/guidance_v.h" type="string"/>
</test>
</makefile>
</module>