Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
heli_throttle_curve module

Throttle Curve Mixers

No detailed description...

Example for airframe file

Add to your firmware section:

1 <module name="heli_throttle_curve"/>

Module functions

Init Functions

These initialization functions are called once on startup.

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw heli_throttle_curve.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="throttle_curve" dir="helicopter">
<doc>
<description>Throttle Curve Mixers</description>
</doc>
<header>
<file name="throttle_curve.h"/>
</header>
<init fun="throttle_curve_init()"/>
<makefile target="ap|fbw">
<file name="throttle_curve.c"/>
</makefile>
</module>