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

조회 수: 1 (최근 30일)
myar ahmed
myar ahmed 2018년 2월 22일
답변: 687269 2018년 4월 29일
how i can plot 3 DOF Cylindrical robot manipulator in matlab
  댓글 수: 11

댓글을 달려면 로그인하십시오.

답변 (1개)

687269
687269 2018년 4월 29일
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.......

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by