-
Notifications
You must be signed in to change notification settings - Fork 236
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
GPD2 missing #87
Comments
Thanks for noticing the wrong repository name. Fixed by 96fc9bc. With respect to your error, what operating system do you use? |
I know it has not been tested yet, but im using ubuntu 18.04 |
I just tried installed caffe and building the package with caffe. But get the same error when running the command "./detect_grasps ../cfg/caffe_params.cfg ../tutorials/krylon.pcd". #88 Have the same porblem as i have it semse. Maybe running this package with ubuntu 18.04 just doesn't work :( |
The program dies within the function evalHands on line 58 in "hand_search.cpp". From there on i have no idea what the problem might be. Because the program crashes at different lines of code each time you run the program. At this point i might just abandon this package, since it just doesnt work for me and i used to much time trying to get it to work :( |
This is my specs:
|
Yes, you're right about the segmentation fault on Ubuntu 18.04. I've recently observed the same issue on one of our computers here. I'll investigate this further ASAP, but probably not before next week. |
Hey atenpas
I noticed that the gpd2 repo is missing so the git clone from the "installation" on the readme, does not work. Did you delete this repo or should i just use this repo instead?
Also I get no compilation error but once i try to run the example command "./detect_grasps ../cfg/eigen_params.cfg ../tutorials/krylon.pcd" i get core dumped at "Finding hand poses" after it plots the normals.
Hope you can help me? :D
The text was updated successfully, but these errors were encountered: