Does Isaac SIM currently only support SDF mesh running on GPUs?

When I try to run a scene with multiple rigid bodies, where the collision bodies of the rigid bodies include SDF mesh, Convex decomposition, and Triangle mesh, running the scene in this way will result in the following error.



However, when I set all the collision bodies to SDF mesh, they could run successfully on the GPU, but at this point, the scene showed some strange phenomena, such as boxes falling down due to mutual squeezing.

So, I want to ask if isaac sim only support SDF mesh simulation on GPU?

That’s correct. Currently, SDF mesh simulation is only supported on the GPU in Isaac Sim.