mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
04ad9f6097
* [gvf] fix mode name * [stab] fix typo and factorize files in stab modules
25 lines
852 B
XML
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>
|
|
|