hello every body, i want to ask about plotting 3 DOF cylindrical robot manipulator

how i can plot 3 DOF Cylindrical robot manipulator in matlab

11 commentaires

How is your robot represented ?
It is represented by Lagrange equation.
Can you share your code?
I don't have code. I ask how I can plot it in matlab
If you have position in x, y and z axis for your robot, you can plot its shape using plot3.
myar ahmed
myar ahmed le 22 Fév 2018
Modifié(e) : myar ahmed le 22 Fév 2018
no i have the dynamic equation only.
So you have this equation and you want to represent the behavior of your robot when time changes ?
Yes, I want to see the behavior of robot in matlab.

Connectez-vous pour commenter.

Réponses (1)

you can input the parameter of DH in robotic tool box, but something wrongs, just for example, you can input some code in your Matlab: L(1) = Link([ 0 1 0 pi/2 ]); L(2) = Link([ 0 1 0 -pi/2 ]); L(3) = Link([ 0 1 0 0 ]); qz = [0 0 0 ]; myrobot= SerialLink(L, 'name', 'myrobot'); myrobot.teach(qz)
I hope it can help you.......

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by