Skip to content

Commit 3dd1ac5

Browse files
committed
Update changelogs
1 parent d461c5c commit 3dd1ac5

11 files changed

Lines changed: 61 additions & 0 deletions

File tree

controller_interface/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Improve docstring of the semantic_components for consistency (`#3338 <https://github.com/ros-controls/ros2_control/issues/3338>`_) (`#3421 <https://github.com/ros-controls/ros2_control/issues/3421>`_)
8+
* Improve docstring of the controller_interface for consistency (`#3318 <https://github.com/ros-controls/ros2_control/issues/3318>`_) (`#3336 <https://github.com/ros-controls/ros2_control/issues/3336>`_)
9+
* Contributors: mergify[bot]
10+
511
4.45.2 (2026-05-12)
612
-------------------
713
* Fix the out of bound access of the std::vector in ChainableController (backport `#3287 <https://github.com/ros-controls/ros2_control/issues/3287>`_) (`#3288 <https://github.com/ros-controls/ros2_control/issues/3288>`_)

controller_manager/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Unload controller upon sigterm (`#3406 <https://github.com/ros-controls/ros2_control/issues/3406>`_) (`#3427 <https://github.com/ros-controls/ros2_control/issues/3427>`_)
8+
* document Ubuntu realtime kernel on Raspberry Pi (`#3397 <https://github.com/ros-controls/ros2_control/issues/3397>`_) (`#3399 <https://github.com/ros-controls/ros2_control/issues/3399>`_)
9+
* Wait to terminate test until spawner exits (`#3373 <https://github.com/ros-controls/ros2_control/issues/3373>`_) (`#3384 <https://github.com/ros-controls/ros2_control/issues/3384>`_)
10+
* fix typo in state and reference export methods (`#3347 <https://github.com/ros-controls/ros2_control/issues/3347>`_) (`#3357 <https://github.com/ros-controls/ros2_control/issues/3357>`_)
11+
* Enforce cleanup_controller on more exit points of configure_controller (`#3192 <https://github.com/ros-controls/ros2_control/issues/3192>`_) (`#3348 <https://github.com/ros-controls/ros2_control/issues/3348>`_)
12+
* Fix duplicate fallback controllers from the controller chain (`#3108 <https://github.com/ros-controls/ros2_control/issues/3108>`_) (`#3326 <https://github.com/ros-controls/ros2_control/issues/3326>`_)
13+
* Added default value to the fallback param declarations (`#3270 <https://github.com/ros-controls/ros2_control/issues/3270>`_) (`#3314 <https://github.com/ros-controls/ros2_control/issues/3314>`_)
14+
* Contributors: mergify[bot]
15+
516
4.45.2 (2026-05-12)
617
-------------------
718
* Fix size assertion in test_chainable_controller (`#3284 <https://github.com/ros-controls/ros2_control/issues/3284>`_) (`#3303 <https://github.com/ros-controls/ros2_control/issues/3303>`_)

controller_manager_msgs/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
4.45.2 (2026-05-12)
69
-------------------
710

hardware_interface/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add read_only attribute to JointInfo and ActuatorInfo (`#3426 <https://github.com/ros-controls/ros2_control/issues/3426>`_) (`#3429 <https://github.com/ros-controls/ros2_control/issues/3429>`_)
8+
* fix typo in 'synchronized' documentation (`#3388 <https://github.com/ros-controls/ros2_control/issues/3388>`_) (`#3389 <https://github.com/ros-controls/ros2_control/issues/3389>`_)
9+
* Fix pure virtual error in the hardware component with async mode (`#3321 <https://github.com/ros-controls/ros2_control/issues/3321>`_) (`#3377 <https://github.com/ros-controls/ros2_control/issues/3377>`_)
10+
* hardware_interface: Fix build error with GCC 15 (`#3174 <https://github.com/ros-controls/ros2_control/issues/3174>`_) (`#3352 <https://github.com/ros-controls/ros2_control/issues/3352>`_)
11+
* [hardware_interface_testing] Add tests for hardware components exception handling (backport `#3228 <https://github.com/ros-controls/ros2_control/issues/3228>`_) (`#3340 <https://github.com/ros-controls/ros2_control/issues/3340>`_)
12+
* Contributors: mergify[bot]
13+
514
4.45.2 (2026-05-12)
615
-------------------
716
* fix(generic_system): Fix loop bound of states (`#3282 <https://github.com/ros-controls/ros2_control/issues/3282>`_) (`#3285 <https://github.com/ros-controls/ros2_control/issues/3285>`_)

hardware_interface_testing/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix pure virtual error in the hardware component with async mode (`#3321 <https://github.com/ros-controls/ros2_control/issues/3321>`_) (`#3377 <https://github.com/ros-controls/ros2_control/issues/3377>`_)
8+
* [hardware_interface_testing] Add tests for hardware components exception handling (backport `#3228 <https://github.com/ros-controls/ros2_control/issues/3228>`_) (`#3340 <https://github.com/ros-controls/ros2_control/issues/3340>`_)
9+
* Contributors: mergify[bot]
10+
511
4.45.2 (2026-05-12)
612
-------------------
713
* Fix pre-commit of ament_cppcheck on rolling Resolute Raccoon (`#3276 <https://github.com/ros-controls/ros2_control/issues/3276>`_) (`#3277 <https://github.com/ros-controls/ros2_control/issues/3277>`_)

joint_limits/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix disable velocity and effort limiting feature (`#3425 <https://github.com/ros-controls/ros2_control/issues/3425>`_) (`#3436 <https://github.com/ros-controls/ros2_control/issues/3436>`_)
8+
* fixed docstring of joint_limits (`#3414 <https://github.com/ros-controls/ros2_control/issues/3414>`_) (`#3433 <https://github.com/ros-controls/ros2_control/issues/3433>`_)
9+
* Improve docstring of joint_limits for consistency (`#3391 <https://github.com/ros-controls/ros2_control/issues/3391>`_) (`#3423 <https://github.com/ros-controls/ros2_control/issues/3423>`_)
10+
* Fix bad optional access in the joint limiters (`#3319 <https://github.com/ros-controls/ros2_control/issues/3319>`_) (`#3332 <https://github.com/ros-controls/ros2_control/issues/3332>`_)
11+
* Handle NaNs properly in the joint limiters (`#3320 <https://github.com/ros-controls/ros2_control/issues/3320>`_) (`#3324 <https://github.com/ros-controls/ros2_control/issues/3324>`_)
12+
* Contributors: mergify[bot]
13+
514
4.45.2 (2026-05-12)
615
-------------------
716
* Fix std::clamp regression on Ubuntu 26.04 (`#3275 <https://github.com/ros-controls/ros2_control/issues/3275>`_) (`#3280 <https://github.com/ros-controls/ros2_control/issues/3280>`_)

ros2_control/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
4.45.2 (2026-05-12)
69
-------------------
710

ros2_control_test_assets/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add read_only attribute to JointInfo and ActuatorInfo (`#3426 <https://github.com/ros-controls/ros2_control/issues/3426>`_) (`#3429 <https://github.com/ros-controls/ros2_control/issues/3429>`_)
8+
* Contributors: mergify[bot]
9+
510
4.45.2 (2026-05-12)
611
-------------------
712

ros2controlcli/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
4.45.2 (2026-05-12)
69
-------------------
710

rqt_controller_manager/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
4.45.2 (2026-05-12)
69
-------------------
710

0 commit comments

Comments
 (0)