mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
Remove booz_ahrs.c from whirly build (no longer needed), also add low passed gyro
rates to WHIRLY_ESTIMATOR message
This commit is contained in:
@@ -23,7 +23,6 @@ ap.srcs+=$(SRC_FMS)/fms_serial_port.c
|
|||||||
ap.srcs+=$(SRC_RDY)/rdyb_estimator.c
|
ap.srcs+=$(SRC_RDY)/rdyb_estimator.c
|
||||||
ap.srcs+=$(SRC_RDY)/rdyb_ahrs.c
|
ap.srcs+=$(SRC_RDY)/rdyb_ahrs.c
|
||||||
#ap.srcs+=$(SRC_RDY)/rdyb_control.c
|
#ap.srcs+=$(SRC_RDY)/rdyb_control.c
|
||||||
ap.srcs+=$(SRC_RDY)/booz_ahrs.c
|
|
||||||
ap.srcs+=$(SRC_RDY)/ahrs_quat_fast_ekf.c
|
ap.srcs+=$(SRC_RDY)/ahrs_quat_fast_ekf.c
|
||||||
|
|
||||||
ap.srcs+=$(SRC_RDY)/elevator_control.c
|
ap.srcs+=$(SRC_RDY)/elevator_control.c
|
||||||
|
|||||||
@@ -1056,6 +1056,9 @@
|
|||||||
<field name="euler_2_error_nb" type="uint32"/>
|
<field name="euler_2_error_nb" type="uint32"/>
|
||||||
<field name="psi_mag_1_error_nb" type="uint32"/>
|
<field name="psi_mag_1_error_nb" type="uint32"/>
|
||||||
<field name="psi_mag_2_error_nb" type="uint32"/>
|
<field name="psi_mag_2_error_nb" type="uint32"/>
|
||||||
|
<field name="gyro1x_lp" type="float"/>
|
||||||
|
<field name="gyro1y_lp" type="float"/>
|
||||||
|
<field name="gyro1z_lp" type="float"/>
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
<message name="WHIRLY_MOTORCONTROL" id="183">
|
<message name="WHIRLY_MOTORCONTROL" id="183">
|
||||||
|
|||||||
Reference in New Issue
Block a user