mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +08:00
[ahrs mlkf] Added the update all axis from magnetometer define.
The Lisa/MX example now shows how to enable update of all axis from the magnetometer. Disabled by default as it may cause a crash with a badly calibrated magnetometer.
This commit is contained in:
@@ -33,7 +33,12 @@
|
||||
<subsystem name="imu" type="lisa_mx_v2.1"/>
|
||||
<subsystem name="gps" type="ublox"/>
|
||||
<subsystem name="stabilization" type="int_quat"/>
|
||||
<subsystem name="ahrs" type="float_mlkf"/>
|
||||
<subsystem name="ahrs" type="float_mlkf">
|
||||
<!-- Uncomment to enable all axis update from the Magnetometer. Do
|
||||
it only if you have a very well calibrated and tested
|
||||
magnetometer otherwise your attitude will drift. -->
|
||||
<!--define name="AHRS_MAG_UPDATE_ALL_AXES" value="1"/-->
|
||||
</subsystem>
|
||||
<subsystem name="ins" type="hff"/>
|
||||
|
||||
<!--define name="KILL_ON_GROUND_DETECT" value="TRUE"/-->
|
||||
|
||||
Reference in New Issue
Block a user