mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[unit] 1m = 3.2ft
This commit is contained in:
+2
-2
@@ -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."/>
|
||||
|
||||
Reference in New Issue
Block a user