Reset orientation of the deformable object in multi envs using cloner

Hi. I’m trying to reset deformable object using cloner.

It successfully reset it’s translation, however, the orientation is not initialized.
Therefore, the orientation remain same.

is there a simple way to reset orientation of the deformable object using cloner?

thanks!

Hi there, the cloner is designed to create new prims based on cloning an existing prim. If you would like to reset transforms, please use the set pose APIs provided in omni.isaac.core.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.