-
Notifications
You must be signed in to change notification settings - Fork 26
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
SAC Segmentation of PointCloud finds 'no' lines (in simulations) #174
Comments
We haven't migrated the robots to Fedora 30 yet, so it may occur there as well. |
It is currently suspected that the issue has something to do with pcl1.9. |
Yes, I can confirm that the issue does not occur with pcl 1.8. |
An issue describing the problem has been filed |
Great, so we can just patch with 36c2bd6 |
Already in progress: https://koji.fedoraproject.org/koji/taskinfo?taskID=38524013 |
The patch indeed fixes the issue, I've created PRs for the Fedora packages: If you can't wait for the updates, you can download my locally built RPMs here: |
Cool, thanks ! |
There is now also a COPR until this has been merged in Fedora: |
Environment:
Fedora 30
Ros Melodic
Gazebo 9 Simulation
Segmentation of PointCloud into lines (in line-func.h) does not find any lines!
The segmentation calculation is used by LaserLinesThread to find laser-lines from laser point-cloud, as well as, by NavGraphGenerationThread to find obstacle lines in the map from obstacle point-cloud.
The issue could be detected on behavior level as robots repeatedly failing mps-align as it can not match laser-lines to tag-lines (since there is no laser-line data to match).
I am wondering at this point if this workes on any other configuration or in the real world (since the issue should not be related to simulation as far as I understand)
The text was updated successfully, but these errors were encountered: