mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
Changes to add px4fmu-v2_lpe config.
This commit is contained in:
committed by
Lorenz Meier
parent
338804606a
commit
434dddedea
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user