2013-04-05 22:46:56 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="RevoSettings" singleinstance="true" settings="true" category="State">
|
2013-04-05 22:46:56 +02:00
|
|
|
<description>Settings for the revo to control the algorithm and what is updated</description>
|
2013-06-25 19:30:21 +02:00
|
|
|
<field name="FusionAlgorithm" units="" type="enum" elements="1" options="None,Complementary,Complementary+Mag,INS13Indoor,INS13Outdoor" defaultvalue="Complementary"/>
|
2013-07-26 21:14:08 +02:00
|
|
|
|
|
|
|
<!-- 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"/>
|
|
|
|
|
2014-01-14 12:22:01 +01:00
|
|
|
<!-- Configuration for magnetometer vector validity check -->
|
2014-01-14 21:09:14 +01:00
|
|
|
<field name="MagnetometerMaxDeviation" units="%" type="float" elementnames="Warning,Error" defaultvalue="0.15,0.5" />
|
2014-01-14 12:22:01 +01:00
|
|
|
|
2013-04-05 22:46:56 +02:00
|
|
|
<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>
|