Skip to content

Commit 2867bce

Browse files
Merge branch 'master' into tl-expected
2 parents 1c20519 + b3e8a30 commit 2867bce

File tree

60 files changed

+149
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+149
-31
lines changed

ackermann_steering_controller/CHANGELOG.rst

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

5+
6.4.0 (2026-03-12)
6+
------------------
7+
58
6.3.0 (2026-02-03)
69
------------------
710

ackermann_steering_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>ackermann_steering_controller</name>
5-
<version>6.3.0</version>
5+
<version>6.4.0</version>
66
<description>Steering controller for Ackermann kinematics. Rear fixed wheels are powering the vehicle and front wheels are steering it.</description>
77

88
<maintainer email="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer>

admittance_controller/CHANGELOG.rst

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

5+
6.4.0 (2026-03-12)
6+
------------------
7+
* Consistently add <cmath> include with define for windows (`#2193 <https://github.com/ros-controls/ros2_controllers/issues/2193>`_)
8+
* [Admittance] applies control frame transform to mass matrix (`#1139 <https://github.com/ros-controls/ros2_controllers/issues/1139>`_)
9+
* Fix dynamic allocation in admittance_rule (`#2150 <https://github.com/ros-controls/ros2_controllers/issues/2150>`_)
10+
* Contributors: Christoph Fröhlich, Marco Magri, Surya!
11+
512
6.3.0 (2026-02-03)
613
------------------
714
* Check robot description validity in AdmittanceController (`#2009 <https://github.com/ros-controls/ros2_controllers/issues/2009>`_)

admittance_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>admittance_controller</name>
5-
<version>6.3.0</version>
5+
<version>6.4.0</version>
66
<description>Implementation of admittance controllers for different input and output interface.</description>
77

88
<maintainer email="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer>

bicycle_steering_controller/CHANGELOG.rst

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

5+
6.4.0 (2026-03-12)
6+
------------------
7+
58
6.3.0 (2026-02-03)
69
------------------
710

bicycle_steering_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>bicycle_steering_controller</name>
5-
<version>6.3.0</version>
5+
<version>6.4.0</version>
66
<description>Steering controller with bicycle kinematics. Rear fixed wheel is powering the vehicle and front wheel is steering.</description>
77

88
<maintainer email="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer>

chained_filter_controller/CHANGELOG.rst

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

5+
6.4.0 (2026-03-12)
6+
------------------
7+
58
6.3.0 (2026-02-03)
69
------------------
710

chained_filter_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>chained_filter_controller</name>
5-
<version>6.3.0</version>
5+
<version>6.4.0</version>
66
<description>ros2_controller for configuring filter chains</description>
77

88
<maintainer email="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer>

diff_drive_controller/CHANGELOG.rst

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

5+
6.4.0 (2026-03-12)
6+
------------------
7+
* Fix deprecation warning in diff_drive_controller (`#2174 <https://github.com/ros-controls/ros2_controllers/issues/2174>`_)
8+
* Fix the teardown of the controller tests (`#2183 <https://github.com/ros-controls/ros2_controllers/issues/2183>`_)
9+
* Unit tests for the new odometry implementation in diff_drive_controller (`#2099 <https://github.com/ros-controls/ros2_controllers/issues/2099>`_)
10+
* Silence -Wdeprecated-declarations in diff_drive_controller (`#2139 <https://github.com/ros-controls/ros2_controllers/issues/2139>`_)
11+
* Add set_odometry service to diff drive controller (`#2096 <https://github.com/ros-controls/ros2_controllers/issues/2096>`_)
12+
* Contributors: Christoph Fröhlich, Ege Kural, Jiayi Cai, Sai Kishor Kothakota, Vedh
13+
514
6.3.0 (2026-02-03)
615
------------------
716
* Fixup whitespace (`#2122 <https://github.com/ros-controls/ros2_controllers/issues/2122>`_)

diff_drive_controller/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="3">
33
<name>diff_drive_controller</name>
4-
<version>6.3.0</version>
4+
<version>6.4.0</version>
55
<description>Controller for a differential-drive mobile base.</description>
66

77
<maintainer email="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer>

0 commit comments

Comments
 (0)