소스 검색

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);