Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
navigation module

Meta module for loading proper navigation

No detailed description...

Example for airframe file

Add to your firmware section:

1 <module name="navigation"/>

Auto-loaded modules

The following modules are automatically loaded (just as if you had added them in the airframe file)

Files

Raw navigation.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="navigation" dir="nav">
<doc>
<description>
Meta module for loading proper navigation
</description>
</doc>
<autoload name="nav_basic_fw"/>
<makefile target="ap|sim|nps|hitl"/>
</module>