필터 지우기
필터 지우기

How to add gripper in matlab 3dgraph

조회 수: 5 (최근 30일)
Ke Wei Ong
Ke Wei Ong 2020년 8월 16일
댓글: jagsir singh 2021년 11월 2일
Dear Matlab,
I built a UR10 with the following code and able to plot it in 3D graph. However, I would like to add a gripper, RG2 to be attached in the UR10. How should I do ? Please help. Thank you.
L(1) = Link([0 0.089159 0.000000 pi/2]);
L(2) = Link([0 0.000000 -0.42500 0]);
L(3) = Link([0 0.000000 -0.39225 0]);
L(4) = Link([0 0.109150 0.000000 pi/2]);
L(5) = Link([0 0.094650 0.000000 -(pi/2)]);
L(6) = Link([0 0.082300 0.000000 0.000000]);
Rob = SerialLink(L);
Rob.name = 'UR10';
Robot.plot([Th_1 Th_2 Th_3]);
  댓글 수: 1
jagsir singh
jagsir singh 2021년 11월 2일
i really hope someone answer this, i created a link and to add gripper i thought about multiplying the output of fkine that is a 4,4 matrix with a matrix 4,4 containig gripper length, but it doesnt work, fkine out matrix is not 4,4,

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by