Change URDF self collision after loading #3688
marvinalles
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to have
flags=p.URDF_USE_SELF_COLLISION
enabled, though in its standard position the robot end-effector is colliding with one link. Thus, it gets "stuck" if I enable self collision when loading the URDF. The workaround I have in mind is to load the URDF without self collision, change the joint position and enable self collision afterwards. Is there a way to enable theURDF_USE_SELF_COLLISION
flag afterwards? If not, do you have any workaround in mind? (I don't like to change the joint in URDF) Thank you!Beta Was this translation helpful? Give feedback.
All reactions