Skip to content

Commit

Permalink
[units] add ft<->m conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 11, 2014
1 parent 7812533 commit fc1158f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/units.xml
Original file line number Diff line number Diff line change
@@ -1,6 +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="cm" coef="100."/>
<unit from="cm" to="m" coef="0.01"/>
<unit from="m/s" to="cm/s" coef="100."/>
Expand Down

0 comments on commit fc1158f

Please sign in to comment.