mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
17 lines
308 B
CMake
17 lines
308 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
|
|
|
|
drivers/irlock
|
|
|
|
modules/attitude_estimator_q
|
|
modules/local_position_estimator
|
|
modules/landing_target_estimator
|
|
)
|