RobotArmHelix icon indicating copy to clipboard operation
RobotArmHelix copied to clipboard

how about the pose of A,B,C?

Open yanzixiang opened this issue 5 years ago • 1 comments

A robot needs the position of X,Y,Z and the pose of A,B,C to define the final angles, But you just reach the position without caring about the pose. Can you help to do the rest of work ?

yanzixiang avatar Oct 24 '19 13:10 yanzixiang

Hi, that was the point of the project. A simple, gradient descent based way to reach a point by setting certain constraints on the joints and nothing else. There is a lot of research in the robotics field on inverse kinematics. If you want to use this project, you might want to set different constraints on the joints. Furthermore (from what I can remember) the algorithm starts from the current pose and from there it changes the angles to reach the point, so the new pose will be similar to the previous one.

Gabryxx7 avatar Oct 25 '19 02:10 Gabryxx7