-
Notifications
You must be signed in to change notification settings - Fork 56
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
Runtime Error in 'create_reachability_map' #48
Comments
Hello @vickailiu . Sorry for replying you so late. Regarding your problem, can you send me your ikfast file for the ur3 arm? |
@jontromanab surely, here it is: I traced back the problem in ikfast.h and did a hack on the function at line 297:
It did run through. Then another problem comes as I cannot load the reachability map: the load_reachability_map runs looks ok but I cannot find an available topic in rviz. I tried both motoman_mh5_r0.08_reachability.h5 and my own ur3_r0.08_reachability.h5 with the same situation. |
hello @vickailiu (Another question from me is are you sure the create_reachability_map process completed for you with 0.08?) If the load reachability map loads the map, then there should be a topic. Though it worked for you, the hack is not working for me for resolution lower than 0.1. I have to go deep and find the solution. |
Hi @jontromanab , changing the fixed frame works. I can see the maps now. Thanks! |
Hi @jontromanab, I am trying to use your package to do reachability analysis for a UR5e arm, and stumbling upon the same problem. The hack by @vickailiu has not worked for me at all. I am using the kinetic-devel branch of reuleaux. |
Hi @jontromanab
I was following the instructions in http://wiki.ros.org/reuleaux and use the package to analyze the reachability for a ur3 robot.
Everything proceeded ok until I run:
rosrun map_creator create_reachability_map 0.08 3_robot.h5
And it got the following error:
"terminate called after throwing an instance of 'std::runtime_error'
what(): GetSolution index is invalid
Aborted (core dumped)"
Can advise me how to troubleshoot, or even better the solution for it?
Thanks in advance!
Victor
The text was updated successfully, but these errors were encountered: