2013-04-05 22:46:56 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="RevoCalibration" singleinstance="true" settings="true" category="Sensors">
|
2013-04-05 22:46:56 +02:00
|
|
|
<description>Settings for the INS to control the algorithm and what is updated</description>
|
|
|
|
|
|
|
|
|
2013-05-03 02:17:44 +02:00
|
|
|
<!-- Sensor calibration -->
|
2013-04-05 22:46:56 +02:00
|
|
|
<field name="accel_bias" units="m/s" type="float" elementnames="X,Y,Z" defaultvalue="0,0,0"/>
|
|
|
|
<field name="accel_scale" units="gain" type="float" elementnames="X,Y,Z" defaultvalue="1,1,1"/>
|
|
|
|
<field name="gyro_bias" units="deg/s" type="float" elementnames="X,Y,Z" defaultvalue="0,0,0"/>
|
|
|
|
<field name="gyro_scale" units="gain" type="float" elementnames="X,Y,Z" defaultvalue="1,1,1"/>
|
|
|
|
<field name="mag_bias" units="mGau" type="float" elementnames="X,Y,Z" defaultvalue="0,0,0"/>
|
|
|
|
<field name="mag_scale" units="gain" type="float" elementnames="X,Y,Z" defaultvalue="1"/>
|
|
|
|
|
|
|
|
<!-- These settings are related to how the sensors are post processed -->
|
2013-05-03 02:17:44 +02:00
|
|
|
<!-- TODO: reimplement, put elsewhere (later) -->
|
2013-04-05 22:46:56 +02:00
|
|
|
<field name="BiasCorrectedRaw" units="" type="enum" elements="1" options="FALSE,TRUE" defaultvalue="TRUE"/>
|
|
|
|
<field name="MagBiasNullingRate" units="" type="float" elements="1" defaultvalue="0"/>
|
|
|
|
|
|
|
|
<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>
|