How to find inverse kinematics given D-H parameters?

114 Ansichten (letzte 30 Tage)
RoBoTBoY
RoBoTBoY am 30 Dez. 2020
Kommentiert: Ameer Hamza am 2 Jan. 2021
Hello world!
I have these D-H parameters and I want to find the inverse kinematics.
I have found the final pose of end-effector by hand through homogeneous transformations.
How can I do that?
Thanks in advance!

Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 30 Dez. 2020
  3 Kommentare
RoBoTBoY
RoBoTBoY am 1 Jan. 2021
dhparams = [l1 -pi/2 l0 0;
l2 0 l3 -pi/2;
l4 -pi/2 0 0;
0 pi/2 l5 0;
0 -pi/2 l6 0;
0 0 l7 0];
I put them this way.
Ameer Hamza
Ameer Hamza am 2 Jan. 2021
You need to put constant values for l1, l2, ..., l7. Symbolic variables will not work here.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Robotics finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by