mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
3b635693a5
* ekf will ignore magnetometer errors for initialization (errors might be caused by not yet existing attitude estimation) * defaults changed for filtering * magnetometer sensor will be available for all filters, alarms need to be checked separately
20 lines
1.2 KiB
XML
20 lines
1.2 KiB
XML
<xml>
|
|
<object name="RevoSettings" singleinstance="true" settings="true" category="State">
|
|
<description>Settings for the revo to control the algorithm and what is updated</description>
|
|
<field name="FusionAlgorithm" units="" type="enum" elements="1" options="None,Complementary,Complementary+Mag,INS13Indoor,INS13Outdoor" defaultvalue="Complementary"/>
|
|
|
|
<!-- Low pass filter configuration to calculate offset of barometric altitude sensor.
|
|
Defaults: updates at 5 Hz, tau = 300s settle time, exp(-(1/f)/tau) ~= 0.9993335555062
|
|
Set BaroGPSOffsetCorrectionAlpha = 1.0 to completely disable baro offset updates. -->
|
|
<field name="BaroGPSOffsetCorrectionAlpha" units="" type="float" elements="1" defaultvalue="0.9993335555062"/>
|
|
|
|
<!-- Configuration for magnetometer vector validity check -->
|
|
<field name="MagnetometerMaxDeviation" units="%" type="float" elementnames="Warning,Error" defaultvalue="0.15,0.5" />
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
|
<telemetryflight acked="true" updatemode="onchange" period="0"/>
|
|
<logging updatemode="manual" period="0"/>
|
|
</object>
|
|
</xml>
|