Skip to content
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

Controlling grippers using Modbus #183

Open
RaduCorcodel opened this issue Jan 8, 2021 · 1 comment
Open

Controlling grippers using Modbus #183

RaduCorcodel opened this issue Jan 8, 2021 · 1 comment

Comments

@RaduCorcodel
Copy link

Hello,

Are there any implementations of a control node using Modbus. We have two grippers, one Hand-E that we control with the UNI-CTR-001-MTCP external controller (Modbus/TCP) and a 3-Finger adaptive gripper also with a Modbus interface.
Thank you.

Regards,
Radu

@bitmeal
Copy link

bitmeal commented May 6, 2021

Look here: https://github.com/bitmeal/ros-modbus-device-driver
It's a generic Modbus/TCP device driver that exposes your coils and registers over ROS topics.

  1. Define your controller (or gripper as seen through the controller) as per the specification
  2. 🚀 access/use the exposed data/functions over standard ROS topics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants