mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 13:55:40 +08:00
[telemetry] fix INS_Z
This commit is contained in:
+1
-1
@@ -1318,7 +1318,7 @@
|
|||||||
</message>
|
</message>
|
||||||
|
|
||||||
<message name="INS_Z" id="151">
|
<message name="INS_Z" id="151">
|
||||||
<field name="baro_alt" type="int32" alt_unit="m" alt_unit_coef="0.0039063"/>
|
<field name="baro_z" type="float" unit="m"/>
|
||||||
<field name="ins_z" type="int32" alt_unit="m" alt_unit_coef="0.0039063"/>
|
<field name="ins_z" type="int32" alt_unit="m" alt_unit_coef="0.0039063"/>
|
||||||
<field name="ins_zd" type="int32" alt_unit="m/s" alt_unit_coef="0.0000019"/>
|
<field name="ins_zd" type="int32" alt_unit="m/s" alt_unit_coef="0.0000019"/>
|
||||||
<field name="ins_zdd" type="int32" alt_unit="m/s2" alt_unit_coef="0.0009766"/>
|
<field name="ins_zdd" type="int32" alt_unit="m/s2" alt_unit_coef="0.0009766"/>
|
||||||
|
|||||||
@@ -596,7 +596,7 @@
|
|||||||
|
|
||||||
#define PERIODIC_SEND_INS_Z(_trans, _dev) { \
|
#define PERIODIC_SEND_INS_Z(_trans, _dev) { \
|
||||||
DOWNLINK_SEND_INS_Z(_trans, _dev, \
|
DOWNLINK_SEND_INS_Z(_trans, _dev, \
|
||||||
&ins_baro_alt, \
|
&ins_impl.baro_z, \
|
||||||
&(stateGetPositionNed_i()->z), \
|
&(stateGetPositionNed_i()->z), \
|
||||||
&(stateGetSpeedNed_i()->z), \
|
&(stateGetSpeedNed_i()->z), \
|
||||||
&(stateGetAccelNed_i()->z)); \
|
&(stateGetAccelNed_i()->z)); \
|
||||||
|
|||||||
Reference in New Issue
Block a user