Merge branch 'next' into LP-295_OP-1900_fixedwingautotakeoff_rebasenext
[librepilot.git] / shared / uavobjectdefinition / revocalibration.xml
blob52161644a047ff709239ac28eeedf40215e55dd8
1 <xml>
2     <object name="RevoCalibration" singleinstance="true" settings="true" category="Sensors">
3         <description>Settings for the INS to control the algorithm and what is updated</description>
4         <field name="mag_bias" units="mGau" type="float" elementnames="X,Y,Z" defaultvalue="0,0,0"/>
5         <field name="mag_transform" units="gain" type="float" elementnames="r0c0,r0c1,r0c2,r1c0,r1c1,r1c2,r2c0,r2c1,r2c2"
6          defaultvalue="1,0,0,0,1,0,0,0,1"/>
7         <!-- These settings are related to how the sensors are post processed -->
8         <!-- TODO: reimplement, put elsewhere (later) -->
9         <field name="BiasCorrectedRaw" units="" type="enum" elements="1" options="False,True" defaultvalue="True"/>
10         <field name="MagBiasNullingRate" units="" type="float" elements="1" defaultvalue="0"/>
11         <access gcs="readwrite" flight="readwrite"/>
12         <telemetrygcs acked="true" updatemode="onchange" period="0"/>
13         <telemetryflight acked="true" updatemode="onchange" period="0"/>
14         <logging updatemode="manual" period="0"/>
15     </object>
16 </xml>