Replies: 1 comment
-
I found a solution by modifying the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to reset the positions of the objects in the Object Collection during reset event. I've successfully spawned multiple objects using
RigidObjectCollectionCfg
but when I want to reset the root state of the objects usingmdp.reset_root_state_uniform
.the
mdp.reset_root_state_uniform
throws me an error because it is not design to handle the ObjectCollection type. Is there any way I can do this?Beta Was this translation helpful? Give feedback.
All reactions