-
Notifications
You must be signed in to change notification settings - Fork 40
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
fastgicp error #25
Comments
Add. This code will produce a corresponding error Segmentation fault (core dumped) |
Did you clone and install the fast_gicp in the gs_icp_slam branch? (Not in the main branch) |
Thank you for your response, the first error has been fixed, but the second error is still not fixed. |
How to solve this problem??? I also have this problem. What should I do??? When I use the gdb debug, I found the endless loop is this log:Thread 1 "python" received signal SIGSEGV, Segmentation fault.
|
Exactly the same problem! I'm about to crazy since I have fight with issue for 2 days!
|
Did you address this problem? |
@eainx @scpoppin1207 Not sure if this is still needed, but I might have found the cause of the issue. You can check the version of the PCL library you are using. I experienced the same error with PCL 1.12, but switching to PCL 1.10 solved the problem for me. Hope this helps! |
Thanks it works perfectly! :D |
AttributeError:
'pygicp.FastGICP' object has no attribute 'set_max_knn_distance'
How can I solve this problem?
The text was updated successfully, but these errors were encountered: