forked from Archive/PX4-Autopilot
compile in ekf_att_pos and Q att estimators
This commit is contained in:
parent
aa4bdd2af3
commit
71e40c2e16
|
@ -67,8 +67,8 @@ MODULES += modules/land_detector
|
|||
# Estimation modules (EKF / other filters)
|
||||
#
|
||||
# Too high RAM usage due to static allocations
|
||||
MODULES += modules/attitude_estimator_ekf
|
||||
# MODULES += modules/ekf_att_pos_estimator
|
||||
#MODULES += modules/attitude_estimator_ekf
|
||||
MODULES += modules/ekf_att_pos_estimator
|
||||
MODULES += modules/attitude_estimator_q
|
||||
MODULES += modules/position_estimator_inav
|
||||
|
||||
|
|
Loading…
Reference in New Issue