Open jimzers opened 2 years ago
Sorry, I'm afraid there's not automatic way to convert a urdf ino our custom format. You will likely need to rebuild your model in deepmimic. The overall structure of the model should be fairly similar as what's in a urdf. You need to define a kinematic tree that specifies how the joints are connected, and then specify how the rigid bodies are attached to each joint.
Gotcha, thanks for the information @xbpeng - by chance would there be any documentation on your past workflows for building such a kinematic tree?
Sorry there's no additional doc besides what's in the readme. Feel free to ask if you have questions.
Hi @xbpeng,
Was looking into implementing a custom rigged model with your DeepMimic software. I have a URDF file on hand, and was wondering if there was any suggested process to transfer it into the joint files in the
.txt
format in thedata/characters
folder (e.g.dog3d.txt
,humanoid3d.txt
.Was also interested if there was any documentation on how you migrated the models for the dinosaur and atlas models into DeepMimic.
Would appreciate any help for these questions. Thanks!