Skip to content

Commit d765513

Browse files
SvastitsAron Svastits
andauthored
0.9.2 (#173)
* chglog * 0.9.2 --------- Co-authored-by: Aron Svastits <svastits1@gmail.com>
1 parent c85a25d commit d765513

File tree

29 files changed

+71
-22
lines changed

29 files changed

+71
-22
lines changed

controllers/fri_configuration_controller/CHANGELOG.rst

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

5+
0.9.2 (2024-07-10)
6+
------------------
7+
* Fix GCC warning causing unstable build
8+
59
0.9.1 (2024-07-08)
610
------------------
711
* Add missing test dependency

controllers/fri_configuration_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>fri_configuration_controller</name>
5-
<version>0.9.1</version>
5+
<version>0.9.2</version>
66
<description>Controller for configuration of FRI</description>
77

88
<maintainer email="svastits1@gmail.com">Aron Svastits</maintainer>

controllers/fri_state_broadcaster/CHANGELOG.rst

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

5+
0.9.2 (2024-07-10)
6+
------------------
7+
* Fix GCC warning causing unstable build
8+
59
0.9.1 (2024-07-08)
610
------------------
711
* Add missing test dependency

controllers/fri_state_broadcaster/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>fri_state_broadcaster</name>
5-
<version>0.9.1</version>
5+
<version>0.9.2</version>
66
<description>Broadcaster for FRI state</description>
77

88
<maintainer email="svastits1@gmail.com">Aron Svastits</maintainer>

controllers/joint_group_impedance_controller/CHANGELOG.rst

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

5+
0.9.2 (2024-07-10)
6+
------------------
7+
* Fix GCC warning causing unstable build
8+
59
0.9.1 (2024-07-08)
610
------------------
711
* Add missing test dependency

controllers/joint_group_impedance_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>joint_group_impedance_controller</name>
5-
<version>0.9.1</version>
5+
<version>0.9.2</version>
66
<description>Controller for modifying impedance (stiffness and damping) interfaces of a joint group</description>
77

88
<maintainer email="svastits1@gmail.com">Aron Svastits</maintainer>

controllers/kuka_control_mode_handler/CHANGELOG.rst

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

5+
0.9.2 (2024-07-10)
6+
------------------
7+
* Fix GCC warning causing unstable build
8+
59
0.9.1 (2024-07-08)
610
------------------
711
* Add missing test dependency

controllers/kuka_control_mode_handler/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>kuka_control_mode_handler</name>
5-
<version>0.9.1</version>
5+
<version>0.9.2</version>
66
<description>Controller for setting the control mode of KUKA robots in runtime</description>
77

88
<maintainer email="svastits1@gmail.com">Aron Svastits</maintainer>

controllers/kuka_controllers/CHANGELOG.rst

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

5+
0.9.2 (2024-07-10)
6+
------------------
7+
* Fix GCC warning causing unstable build
8+
59
0.9.1 (2024-07-08)
610
------------------
711
* Add missing test dependency

controllers/kuka_controllers/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>kuka_controllers</name>
4-
<version>0.9.1</version>
4+
<version>0.9.2</version>
55
<description>ROS2 controllers for KUKA robots</description>
66
<maintainer email="svastits1@gmail.com">Aron Svastits</maintainer>
77
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)