KUKA youBot - Smooth arms movement
Posted: 27 Feb 2025, 01:21
Hello, new to Robotics here.
I'm trying to get my KUKA youBot to move smoother than what it currently does.
I am controlling it from MATLAB via an app I have built using the built in app designer feature MATLAB has.
Within this app, I have added sliders to move the different joints in the arm, and the movements are not smooth at all.
To move the joints, I am using
Should I change the method or maybe the option I am using as the last parameter for the method?
Thank you in advance!
I'm trying to get my KUKA youBot to move smoother than what it currently does.
I am controlling it from MATLAB via an app I have built using the built in app designer feature MATLAB has.
Within this app, I have added sliders to move the different joints in the arm, and the movements are not smooth at all.
To move the joints, I am using
Code: Select all
sim.simxSetJointTargetPosition(id,joint1,slider_pos1,sim.simx_opmode_streaming);
Thank you in advance!