Open cpkingw opened 4 years ago
I think it is a mistake.
Have you solved the problem? I have the same doubt. @cpkingw
Have you solved the problem? I have the same doubt. @cpkingw
I think you can try to update the _scanTime in projectPointToStartOfSweep() firstly by adding scanTime as a new argument like processScanlines(scanTime, _laserCloudScans)
It seems that _scanTime is the timestamp of the previous laser frame, because the update of the _scanTime or _sweepStart in the reset() is behind the the interpolation of laser point via projectPointToStartOfSweep(). When doing interpolation of point in current laser frame, Shouldn't it be the timestamp of the current frame?