Files
paparazzi/conf/modules/imu_yai.xml
T
Felix Ruess 17d32772c0 [imu] convert imu subsystems to modules (#1788)
* [imu] convert imu subsystems to modules

Also
- get rid of explicit imu init|event|periodic calls in main
- each imu implementation has their own imu_x_init/event/periodic

* [imu] fix some imu modules

* [imu] fix bad paths

* [imu] add imu_common module that every implementation autoloads

and put body_to_imu settings in imu_common module

* [imu] fix imu_ardrone2

* [conf] add imu_common settings module in conf_example and conf_tests
2016-08-12 12:02:38 +02:00

13 lines
255 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="imu_yai" dir="imu">
<doc>
<description>
YAI IMU.
Basically Booz2 IMU without mag.
</description>
</doc>
<autoload name="imu_nps"/>
<autoload name="imu_b2_common"/>
</module>