PeterMitrano / ros2_robotiq_3f_gripper

ROS2 driver for the Robotiq 3F gripper.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

ROS 2 Robotiq #1

Open PeterMitrano opened 9 months ago

PeterMitrano commented 9 months ago

Tasks:

PeterMitrano commented 9 months ago

One issue I'm having is that we can only export double datatypes from the hardware interface (for either joint or GPIO types) which means our enum type for the discrete modes or object detection data can't be represented easily. I could conceivably convert to/from doubles, as is done in the epick driver but that seems very ugly.

PeterMitrano commented 8 months ago

For the custom controller we probably want an API like this: