RobustFieldAutonomyLab / LeGO-LOAM

LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
BSD 3-Clause "New" or "Revised" License
2.32k stars 1.11k forks source link

adjustDistortion about halfpassed #248

Closed Shelfcol closed 2 years ago

Shelfcol commented 2 years ago

Hello,sorry to bother you, I seemly find a bug in adjustDistortion() function. The point cloud used to calculate the ori in LOAM is stored in columns, so you can assign halfpassed once to mark whether the point cloud traversed in order has passed half a circle, but the segmentedCloud in lego-loam is stored in rows, using same method to calculate ori seems wrong, and the output of ori in lego-loam is not between startOrientation and endOrientation. Looking forward to your reply sincerely.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.