2-D Kinematic robot example code
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Robotics in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!