Skip to content

Commit d71b1cb

Browse files
authored
Bump version (#39)
1 parent 44804ae commit d71b1cb

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors:
1010
- family-names: Płachno
1111
given-names: Jakub
1212
title: "Robotiq Hand-E ROS 2 Driver"
13-
version: 0.2.0
13+
version: 0.2.1
1414
identifiers:
1515
- type: doi
1616
value: 10.5281/zenodo.15047950
17-
date-released: 2025-08-25
17+
date-released: 2025-11-24

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
Package for controlling the [Robotiq Hand-E gripper](https://robotiq.com/products/adaptive-grippers#Hand-E) using the [ROS 2 Control](https://control.ros.org/humble/doc/getting_started/getting_started.html) framework. It uses the [robotiq_hande_description](https://github.com/AGH-CEAI/robotiq_hande_description) package for URDF definitions. Originally developed for integration with Universal Robots e-Series (UR5e) and ROS 2 Humble, it is possible to modify this repository to fit your needs. **PRs are welcome!**
77

88

9+
![Control preview](docs/gripper_control.webp)
10+
11+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
12+
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
13+
[![DOI](https://zenodo.org/badge/898628878.svg)](https://doi.org/10.5281/zenodo.15047949)
14+
15+
Package for controlling the [Robotiq Hand-E gripper](https://robotiq.com/products/adaptive-grippers#Hand-E) using the [ROS 2 Control](https://control.ros.org/humble/doc/getting_started/getting_started.html) framework. It uses the [robotiq_hande_description](https://github.com/AGH-CEAI/robotiq_hande_description) package for URDF definitions. Originally developed for integration with Universal Robots e-Series (UR5e) and ROS 2 Humble, it is possible to modify this repository to fit your needs. **PRs are welcome!**
16+
17+
918
![Control preview](docs/gripper_control.webp)
1019

1120
---

robotiq_hande_driver/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Deprecated
1313
### Removed
14+
### Fixed
15+
### Security
16+
17+
## [0.2.1] - 2025-11-24
1418

1519
### Fixed
1620

@@ -19,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923
* [PR-34](https://github.com/AGH-CEAI/robotiq_hande_driver/pull/34) - Fixed non-deterministic control node's frequency hicups by removing call to the modbus write in time-critical code block.
2024
* [PR-33](https://github.com/AGH-CEAI/robotiq_hande_driver/pull/33) - Fixed missing ros2_control_test_assets dependency in CMakeLists.txt that causes build failures after ROS2 Humble package updates.
2125

22-
### Security
23-
2426
## [0.2.0] - 2025-08-25
2527

2628
### Added

robotiq_hande_driver/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>robotiq_hande_driver</name>
5-
<version>0.2.0</version>
5+
<version>0.2.1</version>
66
<description>The driver of the Robotiq Hand-E gripper for the ros2_control framework.</description>
77
<maintainer email="ceai@agh.edu.pl">AGH Center of Excellence in Artificial Intelligence</maintainer>
88
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)