Crashing Due to Physics Error When Physical Contact Occurs #1474
-
I recently migrated from the OmniIsaacGymEnvs environment with Isaac Sim 2023.1.0 to the latest Isaac Lab with Isaac Sim 4.2. This issue did not occur in the OmniIsaacGymEnvs environment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there, unfortunately the error messages in the log are generic GPU errors coming from the physics simulation. It'll be difficult to narrow down the issue without a repro script. In the meantime, you can try increasing the gpu_* buffer dimensions in PhysxCfg and see if that helps - https://isaac-sim.github.io/IsaacLab/main/source/api/lab/omni.isaac.lab.sim.html#omni.isaac.lab.sim.PhysxCfg |
Beta Was this translation helpful? Give feedback.
Hi, thank you for your reply.
The problem was solved by changing the collision of a simple cube from Convex Decomposition to Bounding Cube.