Commit 002d8bc8 authored by wangdawei's avatar wangdawei

test

parent c3806042
...@@ -110,7 +110,7 @@ void AdjustPPK::OnReceivedCloud(const PPointCloud &cloud) ...@@ -110,7 +110,7 @@ void AdjustPPK::OnReceivedCloud(const PPointCloud &cloud)
if(cloudPacket.timestamp < 1683806268.156870){ if(cloudPacket.timestamp < 1683806268.156870){
return; return;
} }
if(cloudPacket.timestamp > 1683806268.356870){ if(cloudPacket.timestamp > 1683806268.956870){
exit(0); exit(0);
} }
pcl::io::savePCDFileBinary(ieBaseDir_ + "/" + to_string(cloudPacket.timestamp) + "_raw.pcd", cloud); pcl::io::savePCDFileBinary(ieBaseDir_ + "/" + to_string(cloudPacket.timestamp) + "_raw.pcd", cloud);
......
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