How to find inverse kinematics given D-H parameters?
조회 수: 61 (최근 30일)
이전 댓글 표시
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!
댓글 수: 0
채택된 답변
Ameer Hamza
2020년 12월 30일
First create a rigidBodyTree from dh parameters: https://www.mathworks.com/help/robotics/ref/rigidbodyjoint.setfixedtransform.html and then use inverseKinematics(): https://www.mathworks.com/help/robotics/ref/inversekinematics-system-object.html function.
댓글 수: 3
Ameer Hamza
2021년 1월 2일
You need to put constant values for l1, l2, ..., l7. Symbolic variables will not work here.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Robotics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!