-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] ekf2 allow initializing without baro or mag depending on config…
…uration - testing PX4/PX4-ECL#931
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ecl
updated
10 files
+7 −1 | AlphaFilter/AlphaFilter.hpp | |
+2 −0 | EKF/control.cpp | |
+41 −24 | EKF/ekf.cpp | |
+3 −4 | EKF/ekf.h | |
+3 −2 | EKF/ekf_helper.cpp | |
+5 −2 | EKF/estimator_interface.cpp | |
+0 −8 | EKF/mag_control.cpp | |
+388 −388 | test/change_indication/ekf_gsf_reset.csv | |
+348 −348 | test/change_indication/iris_gps.csv | |
+3 −3 | test/test_EKF_initialization.cpp |