Search found 1 match

by nvdien
01 Jun 2024, 12:18
Forum: General questions
Topic: Errors when using simIK in MATLAB via the ZeroMQ remote API
Replies: 0
Views: 17432

Errors when using simIK in MATLAB via the ZeroMQ remote API

Hi,

I use simIK to calculate inverse kinematics for the ABB YuMi robot. Here is the snippet of code where I encountered errors:

handles.base = sim.getObject('/YuMi');

handles.leftTip = sim.getObject('./leftTip');
handles.leftTarget = sim.getObject('./leftTarget');

%% Inverse Kinematics
ikEnv ...