Files
paparazzi/conf/modules/stabilization_passthrough.xml
T
Ewoud Smeur 1707c0059f Fix for buidling indi_rate (#1993)
With this commit, you can only use indi rate, when you are using
stabilization indi or indi_simple.

Also fixing spelling of stabilization
2017-01-30 22:43:56 +01:00

23 lines
865 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="stabilization_passthrough" dir="stabilization">
<doc>
<description>
Passthrough controller for rotorcraft
</description>
</doc>
<autoload name="stabilization" type="rotorcraft"/>
<header>
<file name="stabilization_attitude_passthrough.h"/>
</header>
<init fun="stabilization_attitude_init()"/>
<makefile target="ap|nps" firmware="rotorcraft">
<file name="stabilization_attitude_passthrough.c" dir="$(SRC_FIRMWARE)/stabilization"/>
<file name="stabilization_attitude_rc_setpoint.c" dir="$(SRC_FIRMWARE)/stabilization"/>
<define name="STABILIZATION_ATTITUDE_NO_REF"/>
<define name="STABILIZATION_ATTITUDE_TYPE_INT"/>
<define name="STABILIZATION_ATTITUDE_TYPE_H" value="stabilization/stabilization_attitude_passthrough.h" type="string"/>
</makefile>
</module>