Commit f57f8eff authored by wangdawei's avatar wangdawei

test

parent d842cdc0
......@@ -73,7 +73,7 @@ void AdjustPPK::ReadBag(const string &bagPath)
{
const rosbag::MessageInstance &m = *viewIterator;
LOG_EVERY_N(INFO, 100) << setprecision(15) << "m.getTime(): " << m.getTime().toSec();
if(m.getTime().toSec() < 1683762409){
if(m.getTime().toSec() - 28800 < 1683762409){
continue;
}
if(!m.isType<pandar_msgs::PandarScan>()){
......
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