mirror of
https://github.com/hku-mars/FAST_LIO.git
synced 2023-04-06 16:28:55 +08:00
update headers to support opencv 4
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Eigen/Core>
|
#include <Eigen/Core>
|
||||||
#include <opencv/cv.h>
|
#include <opencv2/core.hpp>
|
||||||
// #include <common_lib.h>
|
// #include <common_lib.h>
|
||||||
|
|
||||||
#define SKEW_SYM_MATRX(v) 0.0,-v[2],v[1],v[2],0.0,-v[0],-v[1],v[0],0.0
|
#define SKEW_SYM_MATRX(v) 0.0,-v[2],v[1],v[2],0.0,-v[0],-v[1],v[0],0.0
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
#include <Exp_mat.h>
|
#include <Exp_mat.h>
|
||||||
#include <ros/ros.h>
|
#include <ros/ros.h>
|
||||||
#include <Eigen/Core>
|
#include <Eigen/Core>
|
||||||
#include <opencv/cv.h>
|
#include <opencv2/core.hpp>
|
||||||
#include <common_lib.h>
|
#include <common_lib.h>
|
||||||
#include "IMU_Processing.hpp"
|
#include "IMU_Processing.hpp"
|
||||||
#include <nav_msgs/Odometry.h>
|
#include <nav_msgs/Odometry.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user