mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 02:30:35 +08:00
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:
committed by
Lorenz Meier
parent
eddee193d1
commit
62a1e07512
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user