You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@petercorke Is there a way to do self collision checking? I see the iscollided function, but it seems this is for checking if any of the arm links have collided with an external shape as you have to pass in the joint angles and a shape. But I'm wondering if there is a way to check if any of the arm links are colliding with each other in a certain joint angle configuration. I've checked that my links have collision geometry, and even tried passing in a link geometry to the iscollided function, but it always returns true in this case since this function cycles through the links and checks if they have collided with the shape (in this case, a link will have collided with itself).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@petercorke Is there a way to do self collision checking? I see the iscollided function, but it seems this is for checking if any of the arm links have collided with an external shape as you have to pass in the joint angles and a shape. But I'm wondering if there is a way to check if any of the arm links are colliding with each other in a certain joint angle configuration. I've checked that my links have collision geometry, and even tried passing in a link geometry to the iscollided function, but it always returns true in this case since this function cycles through the links and checks if they have collided with the shape (in this case, a link will have collided with itself).
Beta Was this translation helpful? Give feedback.
All reactions