-
Notifications
You must be signed in to change notification settings - Fork 385
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
Connect to 2f gripper via USB, using action server #185
Comments
I'm not a maintainer here, but this repository is hosted on our organisation, so I'd like to add some expectation management. Robotiq do not appear to support the packages in this repository any more. They haven't done so, for quite some time. @jproberge took over for some time, but appears to also have switched to something else. Other members of I would suggest to post your question on an appropriate Robotiq forum, or a community supported forum. |
Hi, @jeff-o have you got a solution? Thank you. |
Hopefully this helps! Install the Clearpath Robotics' fork of the Robotiq driver. Note that this repository supports all of their Install necessary dependencies. Create a workspace if you have not already. Clone and build the driver in your workspace. The Robotiq action server may be launched with the following. Make sure that the launch file has been pre-configured to look at the correct device path. roslaunch robotiq_2f_gripper_control robotiq_action_server.launch The gripper can be opened or closed by publishing to its action server: Populate the header with the following parameters, then press : |
Hi! I would really appreciate some guidance on how to properly connect with a 2f gripper, so that it publishes joint state positions and can be controlled by publishing goal messages.
I know that the gripper is reachable, as I was able to connect with it by following this tutorial. However, this only gets me halfway, as I need to control and visualize the gripper using moveit.
Do I need to launch the RTU node and action server separately? Or is there a launch file somewhere I haven't found that does it all? Thanks!
The text was updated successfully, but these errors were encountered: