mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
22 lines
664 B
XML
22 lines
664 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="stabilization_rate_indi" dir="stabilization" task="control">
|
|
<doc>
|
|
<description>
|
|
Rate INDI controller for rotorcraft
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>stabilization_indi|stabilization_indi_simple,stabilization_rotorcraft</depends>
|
|
<provides>commands</provides>
|
|
</dep>
|
|
<header>
|
|
<file name="stabilization_rate_indi.h"/>
|
|
</header>
|
|
<init fun="stabilization_rate_init()"/>
|
|
<makefile target="ap|nps" firmware="rotorcraft">
|
|
<file name="stabilization_rate_indi.c" dir="$(SRC_FIRMWARE)/stabilization"/>
|
|
<define name="USE_STABILIZATION_RATE"/>
|
|
</makefile>
|
|
</module>
|