I’m setting up a pick and place environment in gym where the robot needs to manipulate a deformable objects.
I have the following error :
2023-04-06 12:41:33 [24,279ms] [Error] [omni.physx.plugin] Replication of this type is not supported: 1572864, prim path: /World/envs/env_0/Object/cloth
where cloth is a ClothPrim from core.prims.soft
Are this type of primitive supposed to be replicable with the clone? or is is something about my code?