Page 1 of 1

Non mobile robot speed

Posted: 10 Apr 2018, 11:19
by nems
Hello,

I was wondering if it was possible to set up the linear speed of non-mobile robots, such as Kuka LBR.
For example, can I make the robot run at 500mm/s and check the duration of the robot task with the real-time mode?

Cheers,

Re: Non mobile robot speed

Posted: 12 Apr 2018, 07:20
by coppelia
Hello,

if I understood you correctly, you want to use Ik to have the end-effector follow a line-trajectory at 500mm/s? Yes, you can, you will have to update the IK target position in each simulation step. Or you can use a threaded child script and sim.rmlMoveToPosition.

Cheers