mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[units] add ft<->m conversion
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<!-- Table of default units convertion -->
|
<!-- Table of default units convertion -->
|
||||||
<!-- used to convert from unit to alt_unit (messages) or code_unit (airframe) -->
|
<!-- used to convert from unit to alt_unit (messages) or code_unit (airframe) -->
|
||||||
<units>
|
<units>
|
||||||
|
<unit from="m" to="ft" coef="0.3048"/>
|
||||||
|
<unit from="ft" to="m" coef="3.28084"/>
|
||||||
<unit from="m" to="cm" coef="100."/>
|
<unit from="m" to="cm" coef="100."/>
|
||||||
<unit from="cm" to="m" coef="0.01"/>
|
<unit from="cm" to="m" coef="0.01"/>
|
||||||
<unit from="m/s" to="cm/s" coef="100."/>
|
<unit from="m/s" to="cm/s" coef="100."/>
|
||||||
|
|||||||
Reference in New Issue
Block a user