Gazebo | Ignition | Community
Ask Your Question
2

How to simulate vacuum clamping ?

asked 2014-05-28 21:30:34 -0600

jalfonso gravatar image

updated 2020-10-07 13:34:14 -0600

yah130s gravatar image

I want simulate a robot with vacuum cups. The robot moves the cups to touch a light part. When the cups touch the part, vacuum is activated and the part is clamp by the cups.

While vacuum is activated, the part follow the movement of the vacuun cups.

Could it be simulated with a pluging ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2014-05-29 05:59:07 -0600

AndreiHaidu gravatar image

Hi,

you could check for contacts between the cups and the object, when contact is detected you can dynamically create a fixed joint between the two links to simulate the vacuum, thus the object will follow the movement of the vacuum cup.

If the idea suits you, check out the gazebo/physics/Gripper.cc example where fix joints are created. For detecting the contact use a contact sensor, here is a tutorial.

Cheers, Andrei

edit flag offensive delete link more

Comments

2

Is there any ROS interface for dynamically spawning such a joint?

mehdi gravatar imagemehdi ( 2015-06-11 10:23:30 -0600 )edit

Thank you so much for the answer, I was just thinking the same thing for the same problem. Yet when I see Gripper class I would have to use the following code right?

Abdullah gravatar imageAbdullah ( 2016-08-29 16:08:55 -0600 )edit

<gazebo> <gripper name="gripper"> <grasp_check> <attach_steps>5</attach_steps> <detach_steps>10</detach_steps> <min_contact_count>2</min_contact_count> </grasp_check> <gripper_link>gripper_active_finger_link</gripper_link> <palm_link>gripper_static_finger_link</palm_link> </gripper> </gazebo>

Abdullah gravatar imageAbdullah ( 2016-08-29 16:08:58 -0600 )edit

So what if we do not use any other link but only one link palm link , would it work?

Abdullah gravatar imageAbdullah ( 2016-08-29 16:09:22 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2014-05-28 21:30:34 -0600

Seen: 3,918 times

Last updated: May 29 '14