Page 1 of 1

inverse kinematics : robot doesn't move

Posted: 22 Aug 2017, 14:53
by nems
Hello,

I am trying to reproduce the inverse kinematics simulation of the kuka LBR of the scene ''8-computingJointAnglesForRandomPoses".
please find below the link to my scene. However, in my simulation, the robot doesn't move at all. Is there any step that i've missed?


https://drive.google.com/drive/folders/ ... sp=sharing

Re: inverse kinematics : robot doesn't move

Posted: 25 Aug 2017, 13:57
by coppelia
Hello,

sorry, it seems that I cannot find your scene file.

Cheers

Re: inverse kinematics : robot doesn't move

Posted: 30 Aug 2017, 14:56
by nems

Re: inverse kinematics : robot doesn't move

Posted: 31 Aug 2017, 08:53
by coppelia
Your script is completely broken. For instance, you have init and actuation sections in your code, but your code runs threaded. So remove the threaded script, and add a non-threaded child script instead.
Then, you will see that you try to access object handles with names that do not exist. etc.

Cheers