Files
paparazzi/conf/modules/stabilization_passthrough.xml
T
Gautier Hattenberger 04ad9f6097 Fix small errors (#3006)
* [gvf] fix mode name

* [stab] fix typo and factorize files in stab modules
2023-03-07 14:13:49 +01:00

25 lines
852 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="stabilization_passthrough" dir="stabilization" task="control">
<doc>
<description>
Passthrough controller for rotorcraft
</description>
</doc>
<dep>
<depends>stabilization_rotorcraft,@attitude_command</depends>
<provides>commands</provides>
</dep>
<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"/>
<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>