Page 1 of 1

Problem with implementing IK mode on UR5 robot

Posted: 19 Aug 2019, 11:52
by Maenre
Hello everyone.

I'm trying to learn V-REP for robot simulation and have some problems at the beginning. Following IK tutorial I've tried to make UR5 robot working in IK mode (no dynamics). Unfortunately, it jitters and does not reach the target position even if it's clearly reachable. What could be a possible reason for this?
Scene:
https://drive.google.com/file/d/17EkQfY ... sp=sharing

Re: Problem with implementing IK mode on UR5 robot

Posted: 19 Aug 2019, 12:57
by coppelia
Hello,

your main problem is that you still have a script attached to object UR5, that tries to control the joints in FK mode. Obviously having two contradictory controllers for your joints won't work. Simply remove the script.
Also, but this is not linked to your problem directly, you still have dynamically enabled shapes in your robot (notice the bouncing ball icons in the scene hierarchy)

Cheers

Re: Problem with implementing IK mode on UR5 robot

Posted: 26 Aug 2019, 09:52
by Maenre
I've followed your advise and it worked. Thank you.