Browse Source

修复编译错误问题

fujiankuan 3 years ago
parent
commit
8aac986a63
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/driver/driver_lidar_rs16/lidar_driver_rs16.cpp

+ 5 - 1
src/driver/driver_lidar_rs16/lidar_driver_rs16.cpp

@@ -6,10 +6,14 @@
 #include <iostream>
 #include <QMutex>
 #include <QDateTime>
+#include "math.h"
+
+#include <pcl/point_cloud.h>
+#include <pcl/point_types.h>
 
 
 //#include <pcl/conversions.h>
-"the format of " << limitPath << " is not correct, use default data"
+//"the format of " << limitPath << " is not correct, use default data"
 
 #include "modulecomm.h"