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

Input joint positions instead of joint angles #136

Open
jolink opened this issue Mar 1, 2023 · 2 comments
Open

Input joint positions instead of joint angles #136

jolink opened this issue Mar 1, 2023 · 2 comments

Comments

@jolink
Copy link

jolink commented Mar 1, 2023

I think it would be beneficial to add a function to update the model with joint positions instead of joint angles. That way it would be compatible with and easy to apply to current state-of-the-art pose estimation frameworks.

@moorepants
Copy link
Collaborator

Thanks for the suggestion. Feel free to scratch your own itch and submit a pull request. This package is basically in maintenance mode, we haven't added new features a long time but welcome contributions.

@moorepants
Copy link
Collaborator

This example gives you some idea of what it might take to calculate joint angles from joint positions: https://github.com/chrisdembia/yeadon/tree/master/examples/bicyclerider If you develop the transforms from point locations to joint angles, then we could have a layer that let's you specify configuration from position. The devil is in the details and getting it all tied into the UI/GUI and API will take some work.

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