-
Notifications
You must be signed in to change notification settings - Fork 52
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
Collision meshes of LR 200id too restrictive. #34
Comments
Take a look at ros-industrial/kuka_experimental#59, which is basically the same problem, but for KUKA Agilus KR6 and KR10. See ros-industrial/kuka_experimental#76 for a PR that addressed that issue. You could probably improve the collision mesh for |
Thanks, I managed to get the bounding_mesh tool to work. Will make a PR after I tested tomorrow whether the bounded mesh of link2 works and/or whether I need to also change link3/4. |
@jettan: did your collision meshes work better? |
Yes it did, but I am hesitant to make a PR because it might be too lax (or the robot I am working with isn't mastered very accurate). The only replacement I needed in collision mesh was as you suggested link_2. |
The current collision meshes of the LR mate 200id are too restrictive.
In particular, I'm talking about the mesh for link2.
Link 2 is supposed to have a bigger opening such that link 4 is partly inside of the current link 2 collision mesh (example of such a joint configuration in radians: [0, 0.3, -1, 0, 1.3, 0]).
The text was updated successfully, but these errors were encountered: