Commit f1bcf061 authored by wangdawei's avatar wangdawei

test

parent e83095cb
......@@ -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, 1000) << setprecision(15) << "p.timestamp: " << p.timestamp;
// LOG_EVERY_N(INFO, 1000) << setprecision(15) << "p.timestamp: " << p.timestamp;
cloudPacket.cloud.push_back(point);
}
exit(0);
......
......@@ -1239,7 +1239,7 @@ void Convert::calcPointXYZIT(const pandar_msgs::PandarPacket &packet, int cursor
unix_second + (static_cast<double>(tail->nTimestamp)) / 1000000.0;
// ROS_WARN("#####block.fAzimuth[%u]",tail->nShutdownFlag);
// LOG(INFO) << std::setprecision(15) << "point.timestamp 1: " << point.timestamp;
LOG(INFO) << std::setprecision(15) << "unix_second: " << unix_second;
point.timestamp =
point.timestamp +
m_objLaserOffset.getBlockTS(blockid, tail->nReturnMode, mode, header->u8LaserNum) /
......
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