2-D Kinematic robot example code
古いコメントを表示
Good Afternoon,
I have three questions.
1) I am using the following code, https://www.mathworks.com/help/robotics/ug/2d-inverse-kinematics-example.html and I am struggling to move the base from the coordinates 0,0. I can move the other links however how can I change the coordinates in the base to any location in this workspace?
2) When using this code I see the following in line 62---> points = center + radius*[cos(theta) sin(theta) zeros(size(theta))];
What does the cos(theta) sin(theta) mean and why is this specific equation relevant to this movement as opposed to other kinematic equations?
3) I would like to show how the end effector can be in a position to measure a certain area of a figure. Is it possible to merge a figure from another script so that the kinematics appear to be acting on that specific figure?
Thank you,
Evan
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!