Page 1 of 1

Kinematic equation for DLS

Posted: 04 Apr 2017, 19:55
by yokhesh
Hi,

I am Yokhesh from Clemson University.
I am doing a project in continuum robotics and I am using V-rep for the simulation.
I am using the inverse kinematics tool in V-rep. I am using the DLS inverse kinematics.
Could you tell me the kinematics equation involved in DLS inverse kinematics option?
It would be very useful for my project.

Regards,
Yokhesh

Re: Kinematic equation for DLS

Posted: 04 Apr 2017, 21:28
by coppelia
Hello Yokhesh,

have a look at following papers for additional details:

C. W. Wampler, “Manipulator inverse kinematic solutions based
on vector formulations and damped least squares methods,” IEEE
Trans. Syst., Man, Cybern., 16-1, pp. 93-101, 1986.


and

Y. Nakamura and H. Hanafusa, “Inverse kinematics solutions with
singularity robustness for robot manipulator control,” Trans. ASME
J. Dyn. Syst., Meas., Contr., 108-2, pp. 163-171, 1986.


Cheers

Re: Kinematic equation for DLS

Posted: 06 Apr 2017, 18:19
by yokhesh
Hi,

Thanks for the reference to the kinematics equation.
Could you also provide the reference for the path planning algorithm used in V-rep?

Thanks,
Yokhesh

Re: Kinematic equation for DLS

Posted: 07 Apr 2017, 08:05
by coppelia
The old path planning functionality in V-REP was based on RRT and/or RRT connect.
But the new path planning functionality is based on an OMPL plugin for V-REP. OMPL basically wraps dowzens of different planning algorithms. We highly recommend to use the OMPL plugin functionality, instead of the old path planning functionality.

Cheers