Changes to add px4fmu-v2_lpe config.

This commit is contained in:
James Goppert
2017-01-07 20:07:36 -05:00
committed by Lorenz Meier
parent 338804606a
commit 434dddedea
5 changed files with 36 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
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
)