-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
the original scene_segmentation code used to use this: http://docs.pointclouds.org/1.7.0/classpcl_1_1_organized_multi_plane_segmentation.html |
Why did you change? Was that code too slow? |
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 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. |
mas_perception_libs
)The text was updated successfully, but these errors were encountered: