Gazebo | Ignition | Community
Ask Your Question
0

Does the gripper tag still work in Gazebo 7?

asked 2017-08-24 17:26:40 -0600

piyushk gravatar image

I'm trying to use the old hacky way for gripping in Gazebo 7/ROS Kinetic, as described in this thread.

I've had no success with the object attaching to the gripper. Is gazebo still supposed to attach the object to the gripper?

I've got a dual gripper configuration - the surface properties are as follows:

<gazebo reference="${name}_link">
  <mu1>1.0</mu1>
  <mu2>1.0</mu2>
  <minDepth>0.005</minDepth>
  <kp>3e2</kp>
  <kd>1</kd>
  <maxContacts>5</maxContacts>
</gazebo>

Since the gripper fingers are effort controlled, I've had to reduce the kp value considerably to have sustained stable contacts. My usage of the gripper hack looks as follows:

<gazebo>
  <gripper name="${name}_grasping">
    <grasp_check>
        <attach_steps>5</attach_steps>
        <detach_steps>10</detach_steps>
        <min_contact_count>1</min_contact_count>
    </grasp_check>
    <gripper_link>${name}_left_gripper_link</gripper_link>
    <palm_link>{name}_right_gripper_link</palm_link>
  </gripper>
</gazebo>

Any advice to get this working would be appreciated. Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-08-24 17:51:52 -0600

piyushk gravatar image

updated 2017-08-24 17:57:39 -0600

The answer is yes! The gripper hack works as expected in Gazebo 7/ROS Kinetic.

I messed up palm_link and didn't realize it. It should have read <palm_link>${name}_right_gripper_link</palm_link> - I forgot the $ sign, and xacro wasn't expanding it.

edit flag offensive delete link more

Comments

As far as you know is this the only means of grasping in Gazebo? Does your implementation require the 5--15 seconds mentioned elsewhere to attach the object? (I'm struggling with simulated grasping. http://answers.gazebosim.org/question/20217/physics-problem-with-simple-movement-of-grasped-object/)

raequin gravatar imageraequin ( 2018-08-17 11:35:09 -0600 )edit

It seems that grasping works fine in this simulation (https://ieeexplore.ieee.org/document/7090732/) without needing the gripper tag.

raequin gravatar imageraequin ( 2018-08-17 11:40:43 -0600 )edit

Question Tools

2 followers

Stats

Asked: 2017-08-24 17:26:40 -0600

Seen: 731 times

Last updated: Aug 24 '17