Skip to content
Snippets Groups Projects
Commit 02652af7 authored by Lorenz Meier's avatar Lorenz Meier Committed by Roman
Browse files

Enable EKF2 if LPE and INAV are both off

parent 979cda1b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ else
attitude_estimator_q start
local_position_estimator start
else
ekf_att_pos_estimator start
ekf2 start
fi
fi
......
......@@ -83,6 +83,7 @@ set(config_module_list
modules/attitude_estimator_q
modules/ekf_att_pos_estimator
modules/position_estimator_inav
modules/ekf2
#
# Vehicle Control
......
......@@ -80,6 +80,7 @@ set(config_module_list
modules/attitude_estimator_q
modules/ekf_att_pos_estimator
modules/position_estimator_inav
modules/ekf2
#
# Vehicle Control
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment