mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-12 10:19:11 +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
21 lines
677 B
XML
21 lines
677 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="stabilization_rate_indi" dir="stabilization">
|
|
<doc>
|
|
<description>
|
|
Rate INDI controller for rotorcraft
|
|
</description>
|
|
</doc>
|
|
<depends>stabilization_indi|stabilization_indi_simple</depends>
|
|
<autoload name="stabilization" type="rotorcraft"/>
|
|
<header>
|
|
<file name="stabilization_rate.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"/>
|
|
<define name="STABILIZATION_RATE_INDI" value="true"/>
|
|
</makefile>
|
|
</module>
|