How to set object velocity based on current position

Typically: "How do I... ", "How can I... " questions
Post Reply
enbo
Posts: 9
Joined: 17 Dec 2018, 02:59

How to set object velocity based on current position

Post by enbo »

Hello,

I want my manipulator to work in task space with velocity xd = f(x), that means the velocity is based on the end effector's
current position which is known as SEDS, a dynamic system based method.

Method 1:
if I use IK based method, then I need to set ikTarget velocity xd = f(x), I find

Code: Select all

 sim.rmlMoveToPosition
is not what I need.

Method 2:
Write my own joint controller use xdot = Jqdot method, but I don't know how to solve the jacobian problem with joints in Torque mode. Is there a demo for controller problem?

Thanks

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: How to set object velocity based on current position

Post by coppelia »

Hello,

maybe you can have a look here.

Cheers

Post Reply