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

Replace PassThrough with removeNaNFromPointCloud in 3 tutorials #4760

Merged
merged 2 commits into from
May 17, 2021

Conversation

mvieth
Copy link
Member

@mvieth mvieth commented May 16, 2021

Please see commit messages
Fixes #1752
Supersedes and closes #2302

mvieth added 2 commits May 16, 2021 19:03
- and adapt corresponding rst files
- the PassThrough was a bad choice because it removes (large) parts of the clouds that should be segmented
- for region_growing_rgb_segmentation this messes up the whole tutorial
- for region_growing_segmentation this would be a problem if the result of the PassThrough would not be discarded
- removeNaNFromPointCloud is the right choice since it only removes the invalid points, and it still serves as an example that the segmentation classes can work with indices
@mvieth mvieth added needs: code review Specify why not closed/merged yet module: tutorials labels May 16, 2021
@kunaltyagi kunaltyagi merged commit 877d29e into PointCloudLibrary:master May 17, 2021
@kunaltyagi kunaltyagi added changelog: fix Meta-information for changelog generation and removed needs: code review Specify why not closed/merged yet labels May 17, 2021
@mvieth mvieth deleted the documentation_passthrough branch May 17, 2021 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fix Meta-information for changelog generation module: tutorials
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Color-based region growing segmentation tutorial needs to be revisited
3 participants