Skip to content

Commit 2e932d4

Browse files
authored
Merge pull request #317 from lbr-stack/dev-humble-twist-fix
Twist clipping fix
2 parents 56d0828 + 52aec54 commit 2e932d4

File tree

18 files changed

+25
-21
lines changed

18 files changed

+25
-21
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package LBR FRI ROS 2 Stack
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
Humble v2.2.2 (2025-11-30)
5+
--------------------------
6+
* ``lbr_fri_ros2``: Fix the twist clipping bug: https://github.com/lbr-stack/lbr_fri_ros2_stack/issues/313
7+
48
Humble v2.2.1 (2025-03-26)
59
--------------------------
610
* ``lbr_bringup``: Removed static broadcasters from launch files: https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/264

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ authors:
1919

2020

2121
title: "LBR-Stack: ROS 2 and Python Integration of KUKA FRI for Med and IIWA Robots"
22-
version: 2.2.1
22+
version: 2.2.2
2323
doi: 10.21105/joss.06138
24-
date-released: 2025-03-26
24+
date-released: 2025-11-30

lbr_bringup/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>lbr_bringup</name>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<description>LBR launch files.</description>
77
<maintainer email="m.huber_1994@hotmail.de">mhubii</maintainer>
88
<license>Apache-2.0</license>

lbr_demos/lbr_demos_advanced_cpp/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>lbr_demos_advanced_cpp</name>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<description>Advanced C++ demos for the lbr_ros2_control.</description>
77
<maintainer email="m.huber_1994@hotmail.de">mhubii</maintainer>
88
<license>Apache-2.0</license>

lbr_demos/lbr_demos_advanced_py/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>lbr_demos_advanced_py</name>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<description>Advanced Python demos for the lbr_ros2_control.</description>
77
<maintainer email="m.huber_1994@hotmail.de">mhubii</maintainer>
88
<maintainer email="mower.chris@gmail.com">cmower</maintainer>

lbr_demos/lbr_demos_advanced_py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name=package_name,
9-
version="2.2.1",
9+
version="2.2.2",
1010
packages=[package_name],
1111
data_files=[
1212
("share/ament_index/resource_index/packages", ["resource/" + package_name]),

lbr_demos/lbr_demos_cpp/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>lbr_demos_cpp</name>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<description>C++ demos for lbr_ros2_control.</description>
77
<maintainer email="m.huber_1994@hotmail.de">mhubii</maintainer>
88
<license>Apache-2.0</license>

lbr_demos/lbr_demos_py/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>lbr_demos_py</name>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<description>Python demos for lbr_ros2_control.</description>
77
<maintainer email="m.huber_1994@hotmail.de">mhubii</maintainer>
88
<license>Apache-2.0</license>

lbr_demos/lbr_demos_py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version="2.2.1",
7+
version="2.2.2",
88
packages=[package_name],
99
data_files=[
1010
("share/ament_index/resource_index/packages", ["resource/" + package_name]),

lbr_demos/lbr_moveit/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>lbr_moveit</name>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<description>MoveIt demos for the LBRs</description>
77
<maintainer email="m.huber_1994@hotmail.de">mhubii</maintainer>
88
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)