Files
paparazzi/conf/modules/gain_scheduling.xml
T
2012-12-29 23:12:24 +01:00

19 lines
448 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="gain_scheduling">
<doc>
<description>
Gain set interpolation.
Interpolate between different gain sets for rotorcrafts.
</description>
</doc>
<header>
<file name="gain_scheduling.h"/>
</header>
<init fun="gain_scheduling_init()"/>
<periodic fun="gain_scheduling_periodic()" freq="20"/>
<makefile>
<file name="gain_scheduling.c"/>
</makefile>
</module>