mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
18 lines
500 B
XML
18 lines
500 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="calibration">
|
|
<doc>
|
|
<description>
|
|
Enables sending of IMU_MAG_CURRENT_CALIBRATION message.
|
|
For calibration of changing magnetometer offset due to estimated or measured current.
|
|
</description>
|
|
</doc>
|
|
<header>
|
|
<file name="send_imu_mag_current.h"/>
|
|
</header>
|
|
<periodic fun="send_imu_mag_current()" freq="20" autorun="FALSE"/>
|
|
<makefile target="ap">
|
|
<file name="send_imu_mag_current.c"/>
|
|
</makefile>
|
|
</module>
|