No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

robotiq_hande_description package from robotiq_hande_description repo

robotiq_hande_description

Package Summary

Tags No category tags.
Version 0.1.1
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Contains meshes and URDF description of the Robotiq Hand-E gripper.
Checkout URI https://github.com/macmacal/robotiq_hande_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2025-03-19
Dev Status UNKNOWN
CI status No Continuous Integration
Released UNRELEASED
Tags robotics model urdf robotiq ros2 robotiq-gripper robotiq-hande
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Contains meshes and URDF description of the Robotiq Hand-E gripper.

Additional Links

No additional links.

Maintainers

  • Maciej Aleksandrowicz

Authors

No additional authors.

robotiq_hande_description

For the driver, check the robotiq_hande_driver package from AGH UST.


License pre-commit DOI

This package contains meshes and URDF description of Robotiq Hand-E gripper. It was originally developed for integration with Universal Robots e-series (UR5e), however it is be possible to change the coupler model to fit your needs. PRs are welcome!

  • The gripper comes with coupler model (but without flange).
  • This repository comes with CAD models imported from STEP files to FreeCAD format (FCStd).
  • Package has been developed and tested in ROS 2 Humble.
  • The definitions for the ros2_control framework are available in the robotiq_hande_gripper.ros2_control.xacro file.

[!IMPORTANT] The fingers’ joints can be set from 0 to 25 mm (which corresponds to the maximal grasp with from 0 to 50 mm).

hande_model

Usage

In your URDF (Xacro) file include the Hand-E definition. Provide a unique name and the parent link (for instance tool0) as the parameters:

<xacro:include filename="$(find robotiq_hande_description)/urdf/robotiq_hande_gripper.xacro" />
<!-- ... -->
<xacro:robotiq_hande_gripper name="robotiq_hande_gripper" parent="PARENT_LINK" prefix="" />

For estabilishg a connection with robotiq_hande_driver there is also need to provide more parameters:

<xacro:robotiq_hande_gripper
    name="robotiq_hande_gripper"
    prefix=""
    parent="tool0"
    grip_pos_min="0.0"
    grip_pos_max="0.025"
    tty="/tmp/ttyUR"
    baudrate="115200"
    parity="N"
    data_bits="8"
    stop_bit="1"
    slave_id="9"
    use_fake_hardware="false"
  />

[!NOTE] The TF frame of the end tip of the gripper is called ${prefix}hande_end, where ${prefix} evaluates as the prefix macro parameter.

Examples

An example usage can be find in the urdf/hande_preview.urdf.xacro file. Furthermore, an integration with whole ROS 2 project example can be find in the AGH-CEAI/aegis_ros repository.

Preview

  1. Build the package with colcon and source it:
colcon build --symlink-install
source ./install/setup.bash

  1. Run the Rviz with a call to the urdf_launch package:
ros2 launch robotiq_hande_description display.launch.py

Credits

CHANGELOG

Changelog

All notable changes to the robotiq_hande_driver package will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[0.1.1] - 2025-03-18

Fixed

  • PR-6 - Added prefix to inertial macro name. Added descriptive names for params.

[0.1.0] - 2025-03-13

Added

  • PR-1 - Configuration parameters for ModbusRTU.

Changed

  • PR-3 & PR-4 - Changed the coupler model and simplified URDF files by editing the models.

Fixed

  • PR-2 - Removed unnecessary quotation marks from parameter values.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged robotiq_hande_description at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.