Closed murtazabasu closed 3 years ago
Just in case (as I found this problem myself), palm and gripper links are Gazebo model links, not ROS URDF model links.
@corot thank you....but I am still not clear because normally the gripper links and palm links are taken from the robotiq85 urdf.....what should the palm links and gripper links be in this case?
Not here; check the names of the matching links on gazebo model (left panel of gazebo gui). Could possibly be the case that you must modify the SDF model to split links, as gazebo join all statically joined links.
Hello, sorry for my late response on this. Did you manage to fix it? As @corot suggested, you can look up the names on the Gazebo info pane on the left. They are taken from the urdf, but are prefixed with the the robot's namespace.
Closing because I haven't heard back if this has been resolved. Please re-open if you still need help with this.
Hello I am using a UR5 with Robotiq85 Gripper to grasp an object. I was facing problems initially because the object would slip out of the fingers and fall, then I found your plugin which seems to be promising to fix this error. I have attached your plugin into the URDF which is,
The palm links and the gripper links are alright but when I run the code I get the following error
I would be glad if you can help me