When I find object dof, but I can’t run.
[omni.physx.tensors.plugin] Incompatible device of root transform tensor in function setRootTransforms: expected device -1, received device 0
Hi there, this error generally means that the simulation is running on the CPU so it’s expecting data on the CPU (or device -1), but the data that was passed into the setRootTransforms API was on the GPU.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.