Skip to content

Commit

Permalink
[messages] fix alt_coeff for attitude setpoint in STAB_ATTITUDE_REF_INT
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 9, 2012
1 parent 3b5308d commit 3a3187b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/messages.xml
Expand Up @@ -1088,9 +1088,9 @@
</message>

<message name="STAB_ATTITUDE_REF_INT" id="141">
<field name="sp_phi" type="int32" alt_unit="degres" alt_unit_coef="0.0000546"/>
<field name="sp_theta" type="int32" alt_unit="degres" alt_unit_coef="0.0000546"/>
<field name="sp_psi" type="int32" alt_unit="degres" alt_unit_coef="0.0000546"/>
<field name="sp_phi" type="int32" alt_unit="degres" alt_unit_coef="0.0139882"/>
<field name="sp_theta" type="int32" alt_unit="degres" alt_unit_coef="0.0139882"/>
<field name="sp_psi" type="int32" alt_unit="degres" alt_unit_coef="0.0139882"/>
<field name="ref_phi" type="int32" alt_unit="degres" alt_unit_coef="0.0000546"/>
<field name="ref_theta" type="int32" alt_unit="degres" alt_unit_coef="0.0000546"/>
<field name="ref_psi" type="int32" alt_unit="degres" alt_unit_coef="0.0000546"/>
Expand Down

0 comments on commit 3a3187b

Please sign in to comment.