Skip to content

Commit a73ce84

Browse files
committed
Changelog.
Signed-off-by: Marco A. Gutierrez <[email protected]>
1 parent ebdaf1f commit a73ce84

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

rclcpp/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix `start_type_description_service` param handling (`#2897 <https://github.com/ros2/rclcpp/issues/2897>`_) (`#2909 <https://github.com/ros2/rclcpp/issues/2909>`_)
8+
* Fix `start_type_description_service` param handling
9+
* Add test
10+
* Demonstrate different exceptions depending on node options
11+
* Same exact exception and `what()` message in both cases
12+
* Uncrustify
13+
---------
14+
(cherry picked from commit 4fb558ae7b2ce7ce9b546e103beaac4f99991e5c)
15+
Co-authored-by: Patrick Roncagliolo <[email protected]>
16+
* Add qos parameter for wait_for_message function (`#2903 <https://github.com/ros2/rclcpp/issues/2903>`_) (`#2906 <https://github.com/ros2/rclcpp/issues/2906>`_)
17+
(cherry picked from commit 2fcef70ea78c2c3a45391e59aebb265c05113050)
18+
Co-authored-by: Sriharsha Ghanta <[email protected]>
19+
Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
20+
* [jazzy] Expose `typesupport_helpers` API needed for the Rosbag2 (backport `#2858 <https://github.com/ros2/rclcpp/issues/2858>`_) (`#2902 <https://github.com/ros2/rclcpp/issues/2902>`_)
21+
* Expose `typesupport_helpers` API needed for the Rosbag2 (`#2858 <https://github.com/ros2/rclcpp/issues/2858>`_)
22+
* Expose extract_type_identifier and get_typesupport_library_path API
23+
- Rationale: We need to use this API in the Rosbag2
24+
- Reference PR https://github.com/ros2/rosbag2/pull/2017 in the Rosbag2
25+
* Use C++ style in doxygen documentation
26+
---------
27+
(cherry picked from commit 448287b1090567181c809e59a3c72eed5ef4c69c)
28+
# Conflicts:
29+
# rclcpp/include/rclcpp/typesupport_helpers.hpp
30+
* Address merge conflicts
31+
---------
32+
Co-authored-by: Michael Orlov <[email protected]>
33+
* Fujitatomoya/test append parameter override (`#2896 <https://github.com/ros2/rclcpp/issues/2896>`_) (`#2900 <https://github.com/ros2/rclcpp/issues/2900>`_)
34+
(cherry picked from commit 84c6fb1cfc945521680a0e1fccf5b32237acbcc3)
35+
Co-authored-by: Tomoya Fujita <[email protected]>
36+
* Add overload of `append_parameter_override` (`#2891 <https://github.com/ros2/rclcpp/issues/2891>`_) (`#2895 <https://github.com/ros2/rclcpp/issues/2895>`_)
37+
(cherry picked from commit fa0cf2da31dfae7c83f185e3bf18cb8fd55f0f57)
38+
Co-authored-by: Patrick Roncagliolo <[email protected]>
39+
* Event exec timer fix for https://github.com/ros2/rclcpp/issues/2889 (`#2890 <https://github.com/ros2/rclcpp/issues/2890>`_)
40+
Co-authored-by: Janosch Machowinski <[email protected]>
41+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
42+
* Shutdown deadlock fix jazzy (`#2887 <https://github.com/ros2/rclcpp/issues/2887>`_)
43+
* fix: Don't deadlock if removing shutdown callbacks in a shutdown callback
44+
* refactor: Made fix API compatible
45+
---------
46+
Co-authored-by: Janosch Machowinski <[email protected]>
47+
* fix test_publisher_with_system_default_qos. (`#2881 <https://github.com/ros2/rclcpp/issues/2881>`_) (`#2883 <https://github.com/ros2/rclcpp/issues/2883>`_)
48+
(cherry picked from commit e6577c6792f76a74e303cc0c061e89abeb8cb1a6)
49+
Co-authored-by: Tomoya Fujita <[email protected]>
50+
* Contributors: Janosch Machowinski, mergify[bot]
51+
552
28.1.10 (2025-06-23)
653
--------------------
754
* Fix for memory leaks in rclcpp::SerializedMessage (`#2861 <https://github.com/ros2/rclcpp/issues/2861>`_) (`#2864 <https://github.com/ros2/rclcpp/issues/2864>`_)

rclcpp_action/CHANGELOG.rst

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

55

6+
Forthcoming
7+
-----------
8+
69
28.1.10 (2025-06-23)
710
--------------------
811
* Replace std::default_random_engine with std::mt19937 (humble) (`#2847 <https://github.com/ros2/rclcpp/issues/2847>`_) (`#2867 <https://github.com/ros2/rclcpp/issues/2867>`_)

rclcpp_components/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
28.1.10 (2025-06-23)
69
--------------------
710
* Added missing chrono includes (`#2854 <https://github.com/ros2/rclcpp/issues/2854>`_) (`#2856 <https://github.com/ros2/rclcpp/issues/2856>`_)

rclcpp_lifecycle/CHANGELOG.rst

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

55

6+
Forthcoming
7+
-----------
8+
69
28.1.10 (2025-06-23)
710
--------------------
811
* Added missing chrono includes (`#2854 <https://github.com/ros2/rclcpp/issues/2854>`_) (`#2856 <https://github.com/ros2/rclcpp/issues/2856>`_)

0 commit comments

Comments
 (0)