Skip to content

Commit

Permalink
[messages] fix alt_coeff for attitude setpoint in STAB_ATTITUDE_INT
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 9, 2012
1 parent 95ee9d9 commit 353af06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/messages/downlink.xml
Expand Up @@ -798,9 +798,9 @@
<field name="est_phi" type="int32" alt_unit="degres" alt_unit_coef="0.0139882"/>
<field name="est_theta" type="int32" alt_unit="degres" alt_unit_coef="0.0139882"/>
<field name="est_psi" type="int32" alt_unit="degres" alt_unit_coef="0.0139882"/>
<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="sum_err_phi" type="int32"/>
<field name="sum_err_theta" type="int32"/>
<field name="sum_err_psi" type="int32"/>
Expand Down

0 comments on commit 353af06

Please sign in to comment.