Page 1 of 1

simRMLPos equivalent in joint space (simRMLJointPos?)

Posted: 08 May 2015, 17:05
by rezama
Hi,

Looks like one can use simRMLPos and simRMLStep to achieve the same functionality as simRMLMoveToPosition in a non-blocking manner.

Is there any way to do the same thing in joint space? That is, achieve simRMLMoveToJointPositions in a non-blocking manner?

Thanks,
Reza

Re: simRMLPos equivalent in joint space (simRMLJointPos?)

Posted: 08 May 2015, 18:23
by coppelia
Hello Reza,

for the joint space, you would use exactly the same functions: you simply specify a n-dimensional space for the functions simRMLPos and simRMLStep.

Cheers