-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't attach object using dh_robotics_ag95_gripper.Object slips away when grasping. #58
Comments
Hi, |
Thanks for your reply. |
Did you subscribe with gz topic -e? |
Then it means there are no collisions, so the grasp plugin cannot work. Not sure why the object bounces away, hard to tell without being able to debug. Are you doing any other object manipulation? Does it bounce away just when the gripper closes? |
Sorry I didn't reply in time yesterday. There are always a lot of different problems with programs :) |
I think I've encountered the same problem as you, have you solved it? |
Your cubes are otherwise colliding properly, e.g. with tables? They are not set to "static"? And while the robot grasps them, you get nothing out of the gazebo contacs topic with |
That is when the robot grasps the cube? |
Hi, I'm trying to use ur10e with dh_robotics_ag95_gripper to grasp a cube in gazebo.
My platform is Ubuntu 18.04, ROS Melodic and Gazebo9.
The plugin should be loaded.
But without any attach message at the time of grabbing, the cube will just be bounced away.
Here is how I set up the parameters:
I use gz topic -l and I can see topic /gazebo/ur5_cubes/robot/contacts, where ur5_cube is my gazebo world's name. But I can get nothing when using gz topic -e ~/robot/contacts.
Here is the video.
https://github.com/JenniferBuehler/gazebo-pkgs/assets/92132890/4e78d9d3-7afa-4010-9c4e-fc443d8549ce
The text was updated successfully, but these errors were encountered: