How to find inverse kinematics given D-H parameters?

조회 수: 95 (최근 30일)
RoBoTBoY
RoBoTBoY 2020년 12월 30일
댓글: Ameer Hamza 2021년 1월 2일
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!

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 12월 30일
  댓글 수: 3
RoBoTBoY
RoBoTBoY 2021년 1월 1일
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 2021년 1월 2일
You need to put constant values for l1, l2, ..., l7. Symbolic variables will not work here.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by