mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
20 lines
547 B
XML
20 lines
547 B
XML
<!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>
|
|
|