-
Notifications
You must be signed in to change notification settings - Fork 154
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
BVH parser #91
Comments
Hello @gemlongman, I'm not familiar with BVH motion capture files: do you know how exactly they encode their data? (And would you have an example?) |
Here is a BVH file in the zip which could be found more in https://sites.google.com/a/cgspeed.com/cgspeed/motion-capture/daz-friendly-release, they can be imported by Motion Builder to see motion. Meanwhile, there is some BVH python parser such as https://pypi.org/project/bvh/, but it will take lots of work to adapt. |
After some investigations I'm joining you in the fact that's a super good idea! The BVH file's HIERARCHY section is very close to the definition of a URDF, so this shouldn't be so difficult to rewrite a parser, even from scratch. Regarding the features, am I right to suppose we will need actually two features?
|
yeah~you are right |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm thinking about picking this up, mostly to work with BVH in Mujoco - but would gladly provide code here too. Was any more progress made outside of this issue? |
|
Is there a simple way to create a chain with BVH motion files?In fact it will be perfect to add a BVH parser.
The text was updated successfully, but these errors were encountered: