Allow attaching to ArticulationObjCfg #50
Replies: 3 comments
-
Thank you Rocky, this is a good idea! Practically speaking, I think this could be more straightforward to implement for mjcf and urdf, but not for usd. For usd we have to use OpenUSD API instead of simply parsing and writing xml. Plus, simply combine different part of robot into a usd doesn't necessarily mean they are successfully assembled to be able to be controlled as a whole. As shown in the official tutorial, the assembly process can be quite complicated, and finding an OpenUSD script equivalent may take some time. Reference:
|
Beta Was this translation helpful? Give feedback.
-
Thanks @Fisher-Wang ! If we support #45, perhaps not having the usd support is ok? |
Beta Was this translation helpful? Give feedback.
-
Yeah this should be relatively easy to do |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, attaching hands to a robot's wrists, attaching camera to a robot's head, etc. So that one doesn't need to create separate combinations of usd/mjcf/urdf files just for different hand mounting.
Beta Was this translation helpful? Give feedback.
All reactions