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

IK with gripper #24

Open
paulosantosphs opened this issue Dec 1, 2019 · 1 comment
Open

IK with gripper #24

paulosantosphs opened this issue Dec 1, 2019 · 1 comment

Comments

@paulosantosphs
Copy link

Hello!! Is there some way to perform an inverse kinematics considering a gripper or other thing attached to the end link of the robot using pyrobolearn? Because I just can do IK considering the end link of the robot, but I'm using a gripper. So, I would like to do it by sending a position referring to the gripper. Thanks!

@bdelhaisse
Copy link
Collaborator

Hi,

If you attached it manually in the simulator, there are no current methods to do that in the current version of PRL. However, I think you can use the Jacobian matrices and use them to get what you want. Currently, I don't have so much time but I will definitely have a look at it and implement it in a future version of the framework. In the meantime, if you don't want to play with the Jacobian matrices, you could create your own URDF file such that you have one entity (and not two attached together), and then use the provided methods.

Let me know how it goes.
Best,
Brian

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