Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nav_gls module

gps landing system

-automatic calculation of top of decent for const app angle -smooth intercept posible -landing direction is set by app fix / also possible in flight!!!

Example for airframe file

Add to your firmware section:

1 <module name="nav_gls"/>

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw nav_gls.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_gls" dir="nav">
<doc>
<description>
gps landing system
* -automatic calculation of top of decent for const app angle
* -smooth intercept posible
* -landing direction is set by app fix / also possible in flight!!!
</description>
</doc>
<header>
<file name="nav_gls.h"/>
</header>
<makefile target="ap|sim|nps">
<file name="nav_gls.c"/>
</makefile>
</module>