Files
paparazzi/conf/modules/ahrs_infrared.xml
T
2015-03-03 11:55:46 +01:00

23 lines
583 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="ahrs_infrared" dir="ahrs">
<doc>
<description>
AHRS infrared.
Attitude estimation using infrared sensors detecting the horizon.
For fixedwings only:
- GPS course is used as heading.
- ADC channels can be used for gyros.
</description>
</doc>
<depends>infrared_adc</depends>
<header>
<file name="ahrs_infrared.h"/>
</header>
<init fun="ahrs_infrared_init()"/>
<periodic fun="ahrs_infrared_periodic()" freq="60"/>
<makefile>
<file name="ahrs_infrared.c"/>
</makefile>
</module>