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
Hi,
I would like to configure collision groups between different objects.
My goal is to allow collisions between object A and B, and object B and C, while object A and C should not collide (i.e., A collides with B, and B collides with C, but A and C do not collide. They pass through each other).
I found relevant information in the OmniPhysics documentation, but I’m not sure how to apply this to IsaacLab code.
If you could provide a code snippet or an example showing how to implement this in IsaacLab, I would really appreciate it. Thanks!
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to configure collision groups between different objects.
My goal is to allow collisions between object A and B, and object B and C, while object A and C should not collide (i.e., A collides with B, and B collides with C, but A and C do not collide. They pass through each other).
I found relevant information in the OmniPhysics documentation, but I’m not sure how to apply this to IsaacLab code.
If you could provide a code snippet or an example showing how to implement this in IsaacLab, I would really appreciate it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions