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

handle multiple planes #19

Open
minhnh opened this issue Feb 15, 2019 · 3 comments
Open

handle multiple planes #19

minhnh opened this issue Feb 15, 2019 · 3 comments

Comments

@minhnh
Copy link
Member

minhnh commented Feb 15, 2019

@sthoduka
Copy link

the original scene_segmentation code used to use this: http://docs.pointclouds.org/1.7.0/classpcl_1_1_organized_multi_plane_segmentation.html

@minhnh
Copy link
Member Author

minhnh commented Feb 18, 2019

Why did you change? Was that code too slow?

@sthoduka
Copy link

yes, it was faster to just use the single plane extraction. Since it's an 'organized' multi plane segmentation, the input pointcloud has to be organized (i.e. the full pointcloud from the camera; can't apply filters before etc.).

You can see/use the code here if you want to test it: https://github.com/b-it-bots/mas_perception/tree/ed90ee7c9f4ed498b6f3302f4c78bf31348a8223/mcr_scene_segmentation

the relevant files are ros/src/workspace_finder_node.cpp and common/src/plane_extraction.cpp

Also for Leipzig, we were running the single plane detection multiple time with different pass through settings. You probably remember that. I don't know which would better.

@minhnh minhnh transferred this issue from b-it-bots/mas_perception Oct 9, 2020
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