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

filter out NaN points at preprocessing stage #363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dhchung
Copy link

@dhchung dhchung commented Oct 27, 2024

Regarding to issue #304

I'm not sure why, but if there are some NaN points in the original point cloud, they seem to corrupt other points as well.
This PR suggest to remove these NaN points in the pre-processing stage.

@dhchung
Copy link
Author

dhchung commented Oct 27, 2024

Ah maybe the points that are filtered through the voxel grid filter may have NaN points because of the nearby NaN points.

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

Successfully merging this pull request may close these issues.

1 participant