Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a custom character #167

Open
jimzers opened this issue Dec 7, 2021 · 3 comments
Open

Creating a custom character #167

jimzers opened this issue Dec 7, 2021 · 3 comments

Comments

@jimzers
Copy link

jimzers commented Dec 7, 2021

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 the data/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!

@xbpeng
Copy link
Owner

xbpeng commented Dec 7, 2021

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.

@jimzers
Copy link
Author

jimzers commented Dec 10, 2021

Gotcha, thanks for the information @xbpeng - by chance would there be any documentation on your past workflows for building such a kinematic tree?

@xbpeng
Copy link
Owner

xbpeng commented Dec 10, 2021

Sorry there's no additional doc besides what's in the readme. Feel free to ask if you have questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants