Ver Fonte

修复编译错误问题

fujiankuan há 3 anos atrás
pai
commit
8aac986a63
1 ficheiros alterados com 5 adições e 1 exclusões
  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"