This repository contains the ROS 2 driver, controller and description packages for working with a Robotiq Gripper.
The goal is to support multiple Robotiq Grippers.
Initially this repo supported only the 2f-85 however we want to also support the e-pick and pull requests are welcome for other grippers.
Currently the main
branch is used for all current releases: Humble, Iron and Rolling.
As this is not a core ROS 2 package API/ABI breakage is not guaranteed, it is done as best effort and takes into account maintenance costs.
This is not sponsored or maintained by Robotiq we try to keep everything on main to reduce maintenance overhead.
ROS2 Distro | Branch | Build status | Documentation | Released packages |
---|---|---|---|---|
Rolling | main |
|
ros2_robotiq_gripper |
ROS2 Distro | Branch | Build status | Documentation | Released packages |
---|---|---|---|---|
Humble | main |
|
ros2_robotiq_gripper |
ROS2 Distro | Branch | Build status | Documentation | Released packages |
---|---|---|---|---|
Iron | main |
|
ros2_robotiq_gripper |
NOTE: There are three build stages checking current and future compatibility of the package.
-
Binary builds - against released packages (main and testing) in ROS distributions. Shows that direct local build is possible.
Uses repos file:
$NAME$-not-released.<ros-distro>.repos
-
Semi-binary builds - against released core ROS packages (main and testing), but the immediate dependencies are pulled from source. Shows that local build with dependencies is possible and if fails there we can expect that after the next package sync we will not be able to build.
Uses repos file:
$NAME$.repos
-
Source build - also core ROS packages are build from source. It shows potential issues in the mid future.