NumericalKinematics problem #292
-
I would like to know why there are errors in calculating the joint angles of the robot when using the iterative solution, especially when my pose is the initial pose. When I apply the iterative algorithm you provided, I encounter errors in the calculations of the 4th and 6th joint angles. This seems to be a common issue, and I wonder if you could help clarify my confusion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, can you give some more info? Are you using it as al library, or a fork adding support to a new robot? How are you "applying the iterative algorithm"? I guess this is not the issue, but just to clarify: numerical solvers always have some error, but hopefully the error is smaller than some threshold that is considered tolerable. |
Beta Was this translation helpful? Give feedback.
You can check how it's used with robots that do use the numerical solver, instead of ABBs. It won't attempt to solve in the initial pose with a singularity.