ソースを参照

change adapi_driver_lidar. fix code change.

yuchuli 5 ヶ月 前
コミット
ae062daee1
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/api/adapi_driver_lidar/main.cpp

+ 0 - 1
src/api/adapi_driver_lidar/main.cpp

@@ -33,7 +33,6 @@ void ListenPointCloud(const char * strdata,const unsigned int nSize,const unsign
     for(i=0;i<nPCount;i++)
     {
         pcl::PointXYZI xp;
-        xp.data_c
 
         memcpy(&xp,p,sizeof(pcl::PointXYZI));
         point_cloud->push_back(xp);