Inverse kinematics calculation module

Typically: "How do I... ", "How can I... " questions
Post Reply
Bellinsbauer
Posts: 21
Joined: 22 Apr 2018, 07:44

Inverse kinematics calculation module

Post by Bellinsbauer »

Good morning,
I would like to have if it is possible more informations about the properties "ignore max step sizes" and "damping" of the inverse kinematics calculation module. I'm comparing two manipulators, a traditional SCARA and a redundant SCARA, in terms of time took to bring an object from one point to another one. For what concern the second SCARA, its times depend very significantly on the values that I set for those properties that I mentioned before.
Kind regards,
Leonardo.

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

Re: Inverse kinematics calculation module

Post by coppelia »

Hello,

the IK modules works by linearizing around the current end-effector pose. So if the target pose is quite far away, then the calculated values will not be good and produce jitter/overshoot/etc.
To avoid this, you can instruct the IK routines to detect joints that very by a large amount, and retry the calculation with an interpolated target pose.
Damping is needed if your target pose is close to or outside the workspace boundaries, or if your IK is overconstrained. Otherwise your will also see jitter and shaking.

Cheers

Post Reply