Skip to content

Commit 9efd0ea

Browse files
authored
Jazzy release 0.2.0
1 parent 3fc8b5a commit 9efd0ea

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,18 @@ All notable changes to the `robotiq_hande_driver` package will be documented in
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0] - 2025-08-25
99

1010
### Added
1111

1212
* [PR-14](https://github.com/AGH-CEAI/robotiq_hande_description/pull/14) - Adds new parameters for the ros2_control: `frequency_hz`, `create_socat_tty`, `ip_adress` and `port`.
1313

1414
### Changed
1515

16+
* [PR-18](https://github.com/AGH-CEAI/robotiq_hande_description/pull/18) - Migration from ROS 2 Humble to ROS 2 Jazzy.
1617
* [PR-15](https://github.com/AGH-CEAI/robotiq_hande_description/pull/15) - Renamed `ip_adress` to `socat_ip_address` and `port` to `socat_port`.
17-
1818
* [PR-14](https://github.com/AGH-CEAI/robotiq_hande_description/pull/14) - Updated CMake version from `3.8` to `3.16`; changed ros2_control param name `tty` to `tty_port`.
1919

20-
21-
### Deprecated
22-
### Removed
23-
### Fixed
24-
### Security
25-
2620
## [0.1.1] - 2025-03-18
2721

2822
### Fixed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
- family-names: Płachno
1111
given-names: Jakub
1212
title: "Robotiq Hand-E ROS 2 Description Package"
13-
version: 0.1.1
13+
version: 0.2.0
1414
identifiers:
1515
- type: doi
1616
value: 10.5281/zenodo.15047935

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_description</name>
5-
<version>0.1.1</version>
5+
<version>0.2.0</version>
66
<description>Contains meshes and URDF description of the Robotiq Hand-E gripper.</description>
77
<maintainer email="mac.aleksandrowicz@gmail.com">Maciej Aleksandrowicz</maintainer>
88
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)