Commit e83095cb authored by wangdawei's avatar wangdawei

test

parent cb8ca588
......@@ -106,7 +106,7 @@ void AdjustPPK::OnReceivedCloud(const PPointCloud &cloud)
point.z = p.z;
point.intensity = p.intensity;
point.time = p.timestamp;
LOG_EVERY_N(INFO, 1) << setprecision(15) << "p.timestamp: " << p.timestamp;
LOG_EVERY_N(INFO, 1000) << setprecision(15) << "p.timestamp: " << p.timestamp;
cloudPacket.cloud.push_back(point);
}
exit(0);
......
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