You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to find all possible pose configurations at a specific point, the Ik solvers return some incorrect values .
I modified the DH-parameters class to create a new robot UR5e, additionally, I added the tool to the D-H matrix.
The robot and the tool are the next picture
Finally, check the solutions (values are in degrees)
Here, as you can see the solutions of joint 1,2,3,4,5 are the same value, and the solutions of joint 6 and tool are different.
If I checked the joint values into another software like Robodk some solutions to reach the position point are not correct.
How can I correct this?
Are there another parameters to set up in ikine_LM to get the correct values?
Version information
I am using the latest version of the robotics-toolbox-python installed with pip
The text was updated successfully, but these errors were encountered:
When I try to find all possible pose configurations at a specific point, the Ik solvers return some incorrect values .
I modified the DH-parameters class to create a new robot UR5e, additionally, I added the tool to the D-H matrix.
The robot and the tool are the next picture
Then, the D-H matrix are the following
I use the next point position to find all the pose configurations.
now I iterated 100 times to find different solutions from ikine_LM and store in a list 'sol_list_deg'
then I delete the duplicate solutions
Finally, check the solutions (values are in degrees)
Here, as you can see the solutions of joint 1,2,3,4,5 are the same value, and the solutions of joint 6 and tool are different.
If I checked the joint values into another software like Robodk some solutions to reach the position point are not correct.
How can I correct this?
Are there another parameters to set up in ikine_LM to get the correct values?
Version information
I am using the latest version of the robotics-toolbox-python installed with pip
The text was updated successfully, but these errors were encountered: