Skip to content

Commit e824173

Browse files
authored
Merge pull request #16 from sea-bass/prepare-0.0.4
0.0.4
2 parents b836847 + 0eeac81 commit e824173

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

picknik_reset_fault_controller/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package picknik_reset_fault_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.0.4 (2025-02-09)
6+
------------------
7+
* Fix deprecated realtime_tools header imports (`#14 <https://github.com/PickNikRobotics/picknik_controllers/issues/14>`_)
8+
* Contributors: Sebastian Castro
9+
510
0.0.3 (2023-07-24)
611
------------------
712

picknik_reset_fault_controller/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>picknik_reset_fault_controller</name>
5-
<version>0.0.3</version>
5+
<version>0.0.4</version>
66
<description>
77
ROS 2 controller that offers a service to clear faults in a hardware interface
88
</description>

picknik_twist_controller/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package picknik_twist_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.0.4 (2025-02-09)
6+
------------------
7+
* Fix deprecated realtime_tools header imports (`#14 <https://github.com/PickNikRobotics/picknik_controllers/issues/14>`_)
8+
* Contributors: Sebastian Castro
9+
510
0.0.3 (2023-07-24)
611
------------------
712
* Use Twist not TwistStamped (`#11 <https://github.com/PickNikRobotics/picknik_controllers/issues/11>`_)

picknik_twist_controller/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>picknik_twist_controller</name>
5-
<version>0.0.3</version>
5+
<version>0.0.4</version>
66
<description>Subscribes to twist msg and forwards to hardware</description>
77
<maintainer email="[email protected]">lovro</maintainer>
88
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)