mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
13 lines
256 B
CMake
13 lines
256 B
CMake
include(configs/nuttx_px4fmu-v2_default)
|
|
|
|
set(PARAM_DEFAULT_OVERRIDES "{\\\"SYS_MC_EST_GROUP\\\": 1}")
|
|
|
|
list(REMOVE_ITEM config_module_list
|
|
modules/ekf2
|
|
)
|
|
|
|
list(APPEND config_module_list
|
|
modules/attitude_estimator_q
|
|
modules/local_position_estimator
|
|
)
|