Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yyongjae opened this issue Sep 11, 2023 · 2 comments
Open

Comments

@yyongjae
Copy link

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
Copy link

我的问题在标题上。 我想制作一个 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
Copy link
Author

yyongjae commented Oct 2, 2024

@bestgaomu Do you mean converting PC to 2D?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants