forked from Archive/PX4-Autopilot
do not include eigen lib from local source
This commit is contained in:
parent
b5e34eac4f
commit
c9a7850b93
|
@ -50,7 +50,7 @@
|
|||
#include "../CMSIS/Include/arm_math.h"
|
||||
#else
|
||||
#include <math/eigen_math.h>
|
||||
#include <eigen/Eigen/Dense>
|
||||
#include <Eigen/Eigen>
|
||||
#define M_PI_2_F 1.570769
|
||||
#endif
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "../CMSIS/Include/arm_math.h"
|
||||
#else
|
||||
#include <math/eigen_math.h>
|
||||
#include <eigen/Eigen/Dense>
|
||||
#include <Eigen/Eigen>
|
||||
#endif
|
||||
|
||||
namespace math
|
||||
|
|
Loading…
Reference in New Issue