So few weeks ago I opened this issue: Can't load omni.physx when running Create
It looked like there was a problem with physx extension not working on non Nvidia GPUs. And was told the newest version would fix it.
But after installing the newest version, I see the error:
2023-06-30 09:59:31 [Error] [omni.physx.plugin] PhysX error: Could not load libcuda.so: libcuda.so: cannot open shared object file: No such file or directory
2023-06-30 09:59:31 [Error] [omni.physx.plugin] , FILE /buildAgent/work/bd15983b3a9aba56/source/physx/src/gpu/PxPhysXGpuModuleLoader.cpp, LINE 200
And can’t run any Physx related thing.
I have no idea what CUDA is, but after checking online I found a link that I can’t post (but it’s NVIDIA CUDA Installation Guide for Linux from the official cuda page). And it looks like only Nvidia GPUs support CUDA.
So there hasn’t been a fix for non-Nvidia GPUs yet? I currently have an Intel Integrated GPU, and have no problem running PhysX as standalone and outside of USD Composer. That makes sense because physx runs on CPU by default, so I don’t see why this shouldn’t work.
Anyways, hopefully this can be resolved.