Collision avoidance in bi arm

Typically: "How do I... ", "How can I... " questions
Post Reply
hari

Collision avoidance in bi arm

Post by hari »

Hello,

I have created a bi arm ( two arms on same base).Added ik, etc.And its simulation works nice except collision avoidance. I am trying to add collision avoidance. I am tried it in the following way
1. Added two collection objects ( Tools -> Collection)
2.Added obstacle avoidance parameter in Calculation Module -> Inverse kinematics -> Edit Obstacle avoidance parameter as
Entity 1 : One arm collection
Entity 2 : Second arm collection
and adjusted the distance threshold
But the collision avoidance is not working
how can I add collision avoidance.


Thanks in advance

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

Re: Collision avoidance in bi arm

Post by coppelia »

Hello,

the ik collision avoidance is meant to be used with redundant robots that will try to avoid obstacles in a simple fashion (i.e. no complicated motion planning happens here). You need to make sure that one of the two manipulators is redundant (more joints than tool tip DoFs). Then make sure that the ik group of the one that should avoid the other is executed after the other one.

Finally, if you are looking for a motion planning functionality, this should be available in next V-REP release (V3.0.5)

Cheers

Post Reply