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

[Fix] Crashes when fed empty pointcloud #96

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Conversation

Huguet57
Copy link
Contributor

Checks if before doing the backward propagation step there are actually points in the pointcloud.

When fed a pointcloud with no points, "[laserMapping-2] process has died ..." is thrown and the program comes to an end.

This is relevant for applications with little FOV, feeding filtered pointclouds and for dealing with unreliable LiDARs.

Checks if before doing the backward propagation step there are actually points in the pointcloud
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.

2 participants