mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
cmake/posix-configs: switch to ekf2 on Snapdragon
This commit is contained in:
@@ -37,6 +37,7 @@ set(config_module_list
|
|||||||
modules/ekf_att_pos_estimator
|
modules/ekf_att_pos_estimator
|
||||||
modules/attitude_estimator_q
|
modules/attitude_estimator_q
|
||||||
modules/position_estimator_inav
|
modules/position_estimator_inav
|
||||||
|
modules/ekf2
|
||||||
|
|
||||||
#
|
#
|
||||||
# Vehicle Control
|
# Vehicle Control
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ df_bmp280_wrapper start
|
|||||||
df_hmc5883_wrapper start
|
df_hmc5883_wrapper start
|
||||||
sensors start
|
sensors start
|
||||||
commander start
|
commander start
|
||||||
attitude_estimator_q start
|
ekf2 start
|
||||||
position_estimator_inav start
|
|
||||||
land_detector start multicopter
|
land_detector start multicopter
|
||||||
mc_pos_control start
|
mc_pos_control start
|
||||||
mc_att_control start
|
mc_att_control start
|
||||||
|
|||||||
Reference in New Issue
Block a user