Hardware documentation
Robotiq hardware communication protocols are described in detail in the product
manuals, which serve as the reference for developing custom drivers.
Hardware manuals are available on Robotiq support website:
https://robotiq.com/support
Badge colors indicate who maintains the integration:
an official Robotiq-maintained driver,
a community-maintained project.
SDKs/languages
- C — Low-level C driver talking directly to the hardware's communication protocol (e.g. Modbus RTU, serial).
- C++ — Low-level C++ driver/SDK for direct hardware integration.
- Python — Python driver/SDK for scripting and rapid prototyping.
ROS
ROS2
- Humble — ROS 2 LTS release (2022), supported until 2027.
- Iron — ROS 2 release (2023), end of life.
- Jazzy — ROS 2 LTS release (2024), supported until 2029.
- Rolling — ROS 2 rolling development distro, always tracking the latest sources.
ROS1
- Indigo — ROS 1 release (2014), end of life.
- Jade — ROS 1 release (2015), end of life.
- Kinetic — ROS 1 release (2016), end of life.
- Melodic — ROS 1 release (2018), end of life.
Physics engine
- Isaac Sim — NVIDIA Isaac Sim integration for simulating the hardware.
- PyBullet — PyBullet integration for physics-based simulation.
- GraspGen — NVIDIA GraspGen asset/model package with Robotiq gripper definitions for grasp synthesis research.