-
Notifications
You must be signed in to change notification settings - Fork 382
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
Control 2f gripper in RVIZ/Gazebo simulation #161
Comments
hi,I've been combining gripper with ur5 recently,but i get some trouble ,The gripper is shaking all the time,would you like to tell me the steps to combine gripper and ur successfully? thank you so much! |
Hi, i tried the robotiq_2f_gripper_action_server on my real UR5 robot, but it doesn't seem to work. It gives me a warning |
You can control it by using a SimpleActionClient (http://wiki.ros.org/actionlib_tutorials). It works as following: http://wiki.ros.org/actionlib#Client-Server_Interaction For that, you'll need to:
Note: if grasping an object and commanding the gripper to fully close, the position won't be reached (gripper doesn't close fully because of the object). As consequence, won't be a result message returned from server. |
Hi, I'm able to install the robotiq 2f 140 gripper to ur5 model and do path planning or move ur5 robot in gazebo/ rviz, but don't know how to control this gripper to close and open, is there a specific code example? Thank you so much!
The text was updated successfully, but these errors were encountered: