Skip to content

Commit

Permalink
[messages] Fix carrot PSI coef
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen committed Sep 13, 2015
1 parent 8f5f33a commit cd77f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/messages.xml
Expand Up @@ -1264,7 +1264,7 @@
<field name="carrot_east" type="int32" alt_unit="m" alt_unit_coef="0.0039063"/>
<field name="carrot_north" type="int32" alt_unit="m" alt_unit_coef="0.0039063"/>
<field name="carrot_up" type="int32" alt_unit="m" alt_unit_coef="0.0039063"/>
<field name="carrot_psi" type="int32" alt_unit="deg" alt_unit_coef="0.0000546"/>
<field name="carrot_psi" type="int32" alt_unit="deg" alt_unit_coef="0.0139882"/>
<field name="thrust" type="int32"/>
<field name="flight_time" type="uint16" unit="s"/>
</message>
Expand Down

0 comments on commit cd77f1d

Please sign in to comment.