loam_velodyne icon indicating copy to clipboard operation
loam_velodyne copied to clipboard

Questions about BasicLaserOdometry

Open sterngerlach opened this issue 2 years ago • 1 comments

Dear All,

I have a question about the implementation of BasicLaserOdometry. My understanding is that _transform represents the relative transformation between the current point cloud and the previous point cloud (both are projected to the start of the current sweep), and it needs to be initialized to zero before performing Gauss-Newton optimization. But it seems that _transform is not initialized to zero in BasicLaserOdometry::process(), and instead its position is subtracted by _imuVeloFromStart * _scanPeriod. I would like to know the reason for this. Thank you!

sterngerlach avatar Aug 22 '21 19:08 sterngerlach

Hi @sterngerlach ,I have the same question ,did you know the reason ? Thank you very much

xzwang12345 avatar Feb 15 '23 03:02 xzwang12345