update credits
[librepilot.git] / shared / uavobjectdefinition / auxmagsettings.xml
blob092e2d59689a235c0badaf1645cce2799263684e
1 <xml>
2     <object name="AuxMagSettings" singleinstance="true" settings="true" category="Sensors">
3         <description>Settings for auxiliary magnetometer calibration</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         <field name="MagBiasNullingRate" units="" type="float" elements="1" defaultvalue="0"/>
8         <field name="BoardRotation" units="deg" type="int16" elementnames="Roll,Pitch,Yaw" defaultvalue="0,0,0"/>
9         <field name="Type" units="" type="enum" elements="1" options="GPSV9,Flexi,I2C,DJI" defaultvalue="GPSV9"
10                limits="%0905NE:I2C,%0904NE:I2C,%0903NE:I2C,%0902NE:I2C;"/>
11         <field name="Usage" units="" type="enum" elements="1" options="Both,OnboardOnly,AuxOnly" defaultvalue="Both"/>
12         <access gcs="readwrite" flight="readwrite"/>
13         <telemetrygcs acked="true" updatemode="onchange" period="0"/>
14         <telemetryflight acked="true" updatemode="onchange" period="0"/>
15         <logging updatemode="manual" period="0"/>
16     </object>
17 </xml>