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

TracIK Implementation for kinematics_interface #36

Open
jcarpinelli-bdai opened this issue Sep 20, 2024 · 1 comment
Open

TracIK Implementation for kinematics_interface #36

jcarpinelli-bdai opened this issue Sep 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jcarpinelli-bdai
Copy link

The ros2_control project has a kinematics_interface that is defined by four methods: calculate_jacobian, calculate_link_transform, convert_joint_deltas_to_cartesian_deltas, and convert_cartesian_deltas_to_joint_deltas. They also provide an implementation using KDL. Forking this KDL plugin, and modifying it to use TracIK instead, should be relatively straightforward! I may be able to help with this, if it is a desired feature.

@jcarpinelli-bdai jcarpinelli-bdai added the enhancement New feature or request label Sep 20, 2024
@aprotyas
Copy link
Owner

Hi @jcarpinelli-bdai! Thanks for the ping. I've been reviewing some ros2_control PRs as time allows so this would be a nice personal exercise, sadly because of my day job I can't promise when I could land an implementation.

To be clear, it is a desired feature, and if you have an imminent need then please feel free to do the typing. Otherwise, I will get to it.. eventually! Just keep me posted 🙇

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

No branches or pull requests

2 participants