Commit c3cfe849 authored by wangdawei's avatar wangdawei

test

parent 51166134
...@@ -97,7 +97,6 @@ void AdjustPPK::OnReceivedCloud(const PPointCloud &cloud) ...@@ -97,7 +97,6 @@ void AdjustPPK::OnReceivedCloud(const PPointCloud &cloud)
LOG(INFO) << setprecision(15) << "OnReceivedCloud: " << cloudPacket.timestamp LOG(INFO) << setprecision(15) << "OnReceivedCloud: " << cloudPacket.timestamp
<< " cloud.size()" << cloud.size(); << " cloud.size()" << cloud.size();
// pcl::io::savePCDFileBinary(ieBaseDir_ + "/" + to_string(cloudPacket.timestamp) + ".pcd", cloud); // pcl::io::savePCDFileBinary(ieBaseDir_ + "/" + to_string(cloudPacket.timestamp) + ".pcd", cloud);
return;
for(const auto &p : cloud){ for(const auto &p : cloud){
PointInter point; PointInter point;
point.x = p.x; point.x = p.x;
......
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