RobustFieldAutonomyLab / LeGO-LOAM

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

Q. How can I convert output of LeGO-LOAM to 2D grid map for path planning? #268

Open yyongjae opened 1 year ago

yyongjae commented 1 year ago

My question is on the title. I want to make a 2D(x,y) Grid map for path planning. So I checked pointcloud through RVIZ and I think '/segmented_cloud_pure' topic is suitable for my task. (Is this right? It's from imageProjection.cpp)

Then, I wonder that if segmentedCloudPure(pcl:Pointcloud data) had over 10,000 points, what means the sequence of the points?

bestgaomu commented 1 month ago

我的问题在标题上。 我想制作一个 2D(x,y)网格图用于路径规划。 所以我通过 RVIZ 检查了点云,我认为“/segmented_cloud_pure”主题适合我的任务。(对吗?它来自 imageProjection.cpp)

然后,我想知道如果segmentedCloudPure(pcl:Pointcloud data)有超过10,000个点,那么这些点的序列意味着什么?

I also encountered this problem. Did you solve it?

yyongjae commented 1 month ago

@bestgaomu Do you mean converting PC to 2D?