You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
308 B
16 lines
308 B
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 |
|
)
|
|
|