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.
13 lines
256 B
13 lines
256 B
8 years ago
|
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
|
||
|
)
|