ecl_EKF: Do not include SquareMatrix from Matrix library

because the template of upper_right_triangle() contains /2 and
swig fails to create a wrapper for that (suddenly)
This commit is contained in:
Matthias Grob
2019-09-18 08:23:33 +02:00
committed by Lorenz Meier
parent eddee193d1
commit 62a1e07512
-1
View File
@@ -147,7 +147,6 @@
%include <matrix/Quaternion.hpp>
%include <matrix/Dcm.hpp>
%include <matrix/Euler.hpp>
%include <matrix/SquareMatrix.hpp>
%include <matrix/helper_functions.hpp>
%include <EKF/common.h>
%include <EKF/estimator_interface.h>