-
Notifications
You must be signed in to change notification settings - Fork 41
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
pr2 arm-object collision check #206
Comments
nice catch, this is very complex problem which caused from conversion between urdf model and eus model. urdf model consists of several links with rotational joint and fixed joint whereas eus model originally assume a link is consists of one link, not a multiple link connected by fixed joint as urdf do. see https://gist.github.com/k-okada/2d0e4eacd2f0f5278fa7 for templary workaround (and also i modifed for better visualization, please compare this with yours carefully) For better solution, we'll continue discussion at -> |
P.S. temporarily I replaced |
@chiwunau @iKrishneel
|
Thank you, I will get @furushchev help and try writing the code. |
screenshot_from_2016-06-14 17 52 40 This change (#232) can avoid the problem, I tested for IK and |
I want the pr2 arm not to collide with the table during manipulation and I tried to use
pqp-collision-check
method.The problem is if the links of the arm is inside the cube (representing the table), collision check does not report collision as shown in the attached picture. However if the arm is on the edge of the cube, collision is reported.
Code for this is here:
How to work about this issue?
The text was updated successfully, but these errors were encountered: