Hello!
We have a xArm 6 we are trying to write an application on.
As part of the application writting, we need to calculate the inverse kinematics of various positions for motion planning.
Trying to use the inverse kinematics of various positions, we found out that the inverse kinematics API returns only a step in the direction from the current position to the required destination, and not the required joints angle in the expected position…
Is there a way to calculate inverse kinematics directly? Or maybe you could publish the forward kinematics equations directly, and allow the community to develop a solver for inverse kinematics?
Thanks in advance