mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
FMUv1: Disabled RAM-hogging apps
This commit is contained in:
@@ -67,9 +67,12 @@ MODULES += modules/land_detector
|
||||
#
|
||||
# Estimation modules (EKF / other filters)
|
||||
#
|
||||
MODULES += modules/attitude_estimator_ekf
|
||||
# Too high RAM usage due to static allocations
|
||||
# MODULES += modules/attitude_estimator_ekf
|
||||
MODULES += modules/ekf_att_pos_estimator
|
||||
MODULES += modules/position_estimator_inav
|
||||
# Since attitude_estimator_ekf is disabled, this app won't be
|
||||
# worthwhile on its own
|
||||
# MODULES += modules/position_estimator_inav
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
||||
Reference in New Issue
Block a user