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

INVERSE KINEMATIC CALCULATION WITH USING ONLY X,Y,Z VALUES #766

Open
yagizyalcintas opened this issue Aug 15, 2021 · 1 comment
Open

INVERSE KINEMATIC CALCULATION WITH USING ONLY X,Y,Z VALUES #766

yagizyalcintas opened this issue Aug 15, 2021 · 1 comment

Comments

@yagizyalcintas
Copy link

User Story

Hello, I am currently using the official API for UR-10 to move the robot in cartesian coordinates but having unpredictable behavior so I tried to use your library to solve IK.

I was hoping to have x,y,z coordinates as input to get the joint degree values which is similar to robot.ik() function but the problem is it requires rotational values as well as x,y,z coordinates. If I do not have the rotation matrix but only know the target position I want to reach, is it still possible use ik() functionality to get the joint degree values?

@engnadeau
Copy link
Owner

typically you want an orientation in addition to a position, since that's a "pose". Two possibilities I recommend:

  • the IK algorithm can be modified to not need orientation and then it'll solve for any orientation that satisfies the IK
  • use the current orientation with the new XYZ

@engnadeau engnadeau added this to the 2.0.0 milestone Aug 20, 2022
@engnadeau engnadeau removed this from the 2.0.0 milestone Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants