mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
1707c0059f
With this commit, you can only use indi rate, when you are using stabilization indi or indi_simple. Also fixing spelling of stabilization
23 lines
865 B
XML
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>
|
|
|