[unit] 1m = 3.2ft

This commit is contained in:
dewagter
2014-12-16 16:20:07 +01:00
parent c9ce0b69d1
commit 041451c2f3
+2 -2
View File
@@ -1,8 +1,8 @@
<!-- 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="0.3048"/>
<unit from="ft" to="m" coef="3.28084"/>
<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."/>