Move AlphaFilter out of EKF

This commit is contained in:
Matthias Grob
2020-06-11 10:08:56 +02:00
committed by Daniel Agar
parent daec5ae608
commit a296fe7d8c
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#include <cmath>
#include <matrix/math.hpp>
#include "EKF/AlphaFilter.hpp"
#include "AlphaFilter/AlphaFilter.hpp"
using matrix::Vector3f;