Commit dcad559d authored by wangdawei's avatar wangdawei

map dir

parent fffc507c
......@@ -546,7 +546,7 @@ void AdjustPPK::Compress(const vector<PCDPathInfo> &pcdPathVec,
{
PointCloudExport::Ptr pointcloud(new PointCloudExport);
for(const auto &pcdInfo : pcdPathVec){
LOG(INFO) << "taskName: " << pcdInfo.taskName
LOG(INFO) << setprecision(15) << "taskName: " << pcdInfo.taskName
<< " pcdPath: " << pcdInfo.pcdPath
<< " taskCenter: " << pcdInfo.taskCenter.transpose();
PointCloudExport pc;
......@@ -574,8 +574,8 @@ void AdjustPPK::Compress(const vector<PCDPathInfo> &pcdPathVec,
p.z = point.z();
pc.push_back(p);
}
*pointcloud += pc;
}
*pointcloud += pc;
}
LOG(INFO) << "pointcloud->size() to dispatch: " << pointcloud->size();
// PointCloudExport downSampledPc;
......
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