Commit f83d0907 authored by wangdawei's avatar wangdawei

map dir

parent 47389152
......@@ -546,6 +546,9 @@ void AdjustPPK::Compress(const vector<PCDPathInfo> &pcdPathVec,
{
PointCloudExport::Ptr pointcloud(new PointCloudExport);
for(const auto &pcdInfo : pcdPathVec){
LOG(INFO) << "taskName" << pcdInfo.taskName
<< " pcdPath: " << pcdInfo.pcdPath
<< " taskCenter: " << pcdInfo.taskCenter.transpose();
PointCloudExport pc;
pcl::io::loadPCDFile(pcdInfo.pcdPath, pc);
if(pcdInfo.taskName.size()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment