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
nav_heli_spinup module

Helicopter Rotor spinup

This module controls the spinup of the main rotor from a Helicopter.

  • First make sure you are in the correct throttle curve
  • Next call nav_heli_spinup_setup with a duration and end throttle level
  • Then call nav_heli_spinup_run

Example for airframe file

Add to your firmware section:

1 <module name="nav_heli_spinup"/>

Files

Header Files

The following headers are automatically included in modules.h

Source Files

Raw nav_heli_spinup.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_heli_spinup" dir="nav">
<doc>
<description>Helicopter Rotor spinup
This module controls the spinup of the main rotor from a Helicopter.
- First make sure you are in the correct throttle curve
- Next call nav_heli_spinup_setup with a duration and end throttle level
- Then call nav_heli_spinup_run
</description>
</doc>
<header>
<file name="nav_heli_spinup.h"/>
</header>
<makefile>
<file name="nav_heli_spinup.c"/>
</makefile>
</module>