Files
paparazzi/conf/units.xml
T
2014-12-16 16:20:07 +01:00

23 lines
1005 B
XML

<!-- Table of default units convertion -->
<!-- used to convert from unit to alt_unit (messages) or code_unit (airframe) -->
<units>
<unit from="m" to="ft" coef="3.28084"/>
<unit from="ft" to="m" coef="0.3048"/>
<unit from="m" to="cm" coef="100."/>
<unit from="cm" to="m" coef="0.01"/>
<unit from="m/s" to="cm/s" coef="100."/>
<unit from="cm/s" to="m/s" coef="0.01"/>
<unit from="m" to="mm" coef="1000."/>
<unit from="mm" to="m" coef="0.001"/>
<unit from="m/s" to="mm/s" coef="1000."/>
<unit from="mm/s" to="m/s" coef="0.001"/>
<unit from="decideg" to="deg" coef="0.1"/>
<unit from="deg" to="decideg" coef="10."/>
<unit from="centideg" to="deg" coef="0.01"/>
<unit from="deg" to="centideg" coef="100."/>
<unit from="deg" to="rad" coef="0.0174532925" auto="code"/>
<unit from="rad" to="deg" coef="57.2957795131" auto="display"/>
<unit from="deg/s" to="rad/s" coef="0.0174532925" auto="code"/>
<unit from="rad/s" to="deg/s" coef="57.2957795131" auto="display"/>
</units>