Replies: 4 comments 2 replies
-
Here is a documentation about replicator randomizer https://docs.omniverse.nvidia.com/extensions/latest/ext_replicator/randomizer_details.html#randomizer-examples. I don't see an example to randomize joint positions. Let me reach out to the internal team to see if that is possible |
Beta Was this translation helpful? Give feedback.
-
Can you explain what is your use case? Are you using Isaac Sim or Isaac Lab? |
Beta Was this translation helpful? Give feedback.
-
Thanks for explaining. This should be fairly straight forward. |
Beta Was this translation helpful? Give feedback.
-
@cowcnovo I am not aware of any Replicator OmniGraph node approach to randomize the articulation joints, maybe the generic node of randomizing attributes (
Otherwise you can use the isaac sim randomization OmniGraph node for articulations:
Or the most straightforward aproach would be to use Isaac Sim / USD APIs to randomly modify the joint attributes whenever needed, and to use replicator for writing the data only. Basically separating the randomiztion from the data collection. Here are some basic getting-started snippets with this approach: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to randomize the joint positions of a robot arm, or any articulation, use the replicator API? I have tried to modify the "position" attribute of my robot but I get the error that there is no such attribute. Here is my attempt:
I have noticed that there isn't really much on this topic of incorporating an articulation into replicator scripts.
Beta Was this translation helpful? Give feedback.
All reactions