Search found 2 matches

by zeksi1
14 Dec 2021, 10:07
Forum: General questions
Topic: How to find Kuka YouBot's Coordinates in MatLab
Replies: 1
Views: 1431

How to find Kuka YouBot's Coordinates in MatLab

Hello everyone, I have Kuka Youbot in CoppeliaSim and I can move the robot by using MatLab. However, how can I find the gripper's coordinate of youbot in matlab when I use joint's angel. I use forward kinematic but the coordinates that I found and exact coordinates which shown in Coppeliasim are not...
by zeksi1
12 Dec 2021, 19:53
Forum: General questions
Topic: GRIPPER COORDINATE PROBLEM WITH MATLAB
Replies: 0
Views: 127488

GRIPPER COORDINATE PROBLEM WITH MATLAB

Hi everyone, I want to find KUKA YouBot gripper's coordinate by using MatLab. For this reason, I wrote this code: %link 1: q1 = 0; d1 = 0.147; a1 = 0.033; alpha1 = pi/2; %link 2: q2 = 0; d2 = 0; a2 = 0.155; alpha2 = 0; %link 3: q3 = 0; d3 = 0; a3 = 0.135; alpha3 = 0; %link 4: q4 = 0; d4 = 0; a4 = 0;...