Page 1 of 1

Back Tracing and Sensors

Posted: 09 Feb 2020, 08:08
by jerry.mughal
Hey, I am working on my project in V REP where I need my manipulator to perform certain tasks, to do that I wanna know that whether I can have position and torque sensors here? and how can I back trace the path?

Re: Back Tracing and Sensors

Posted: 11 Feb 2020, 14:44
by coppelia
Hello, yes, you can get the position of any object with sim.getObjectPosition, and you can measure forces/torques with a force/torque sensor.

What do you mean with backtrace the path?

Cheers

Re: Back Tracing and Sensors

Posted: 15 Feb 2020, 06:16
by jerry.mughal
From backtracing I mean when a manipulator follows a path to pick an object then it follows the same path inversly to place it

Re: Back Tracing and Sensors

Posted: 17 Feb 2020, 06:16
by coppelia
To back track the path, simply follow it in reverse order.

Cheers