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!