Skip to content

Commit 1e34abd

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

File tree

4 files changed

+77
-0
lines changed

4 files changed

+77
-0
lines changed

rclcpp/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* fix spin_some_max_duration unit-test for events-executor (`#2465 <https://github.com/ros2/rclcpp/issues/2465>`_)
8+
* refactor and improve the parameterized spin_some tests for executors (`#2460 <https://github.com/ros2/rclcpp/issues/2460>`_)
9+
* refactor and improve the spin_some parameterized tests for executors
10+
* disable spin_some_max_duration for the StaticSingleThreadedExecutor and EventsExecutor
11+
* fixup and clarify the docstring for Executor::spin_some()
12+
* style
13+
* review comments
14+
---------
15+
* enable simulation clock for timer canceling test. (`#2458 <https://github.com/ros2/rclcpp/issues/2458>`_)
16+
* enable simulation clock for timer canceling test.
17+
* move MainExecutorTypes to test_executors_timer_cancel_behavior.cpp.
18+
---------
19+
* Revert "relax the test simulation rate for timer canceling tests. (`#2453 <https://github.com/ros2/rclcpp/issues/2453>`_)" (`#2456 <https://github.com/ros2/rclcpp/issues/2456>`_)
20+
This reverts commit 1c350d0d7fb9c7158e0a39057112486ddbd38e9a.
21+
* relax the test simulation rate for timer canceling tests. (`#2453 <https://github.com/ros2/rclcpp/issues/2453>`_)
22+
* Fix TypeAdapted publishing with large messages. (`#2443 <https://github.com/ros2/rclcpp/issues/2443>`_)
23+
Mostly by ensuring we aren't attempting to store
24+
large messages on the stack. Also add in tests.
25+
I verified that before these changes, the tests failed,
26+
while after them they succeed.
27+
* Implement generic client (`#2358 <https://github.com/ros2/rclcpp/issues/2358>`_)
28+
* Implement generic client
29+
* Fix the incorrect parameter declaration
30+
* Deleted copy constructor and assignment for FutureAndRequestId
31+
* Update codes after rebase
32+
* Address review comments
33+
* Address review comments from iuhilnehc-ynos
34+
* Correct an error in a description
35+
* Fix window build errors
36+
* Address review comments from William
37+
* Add doc strings to create_generic_client
38+
---------
39+
* Rule of five: implement move operators (`#2425 <https://github.com/ros2/rclcpp/issues/2425>`_)
40+
* Various cleanups to deal with uncrustify 0.78. (`#2439 <https://github.com/ros2/rclcpp/issues/2439>`_)
41+
These should also work with uncrustify 0.72.
42+
* Remove the set_deprecated signatures in any_subscription_callback. (`#2431 <https://github.com/ros2/rclcpp/issues/2431>`_)
43+
These have been deprecated since April 2021, so it is safe
44+
to remove them now.
45+
* fix doxygen syntax for NodeInterfaces (`#2428 <https://github.com/ros2/rclcpp/issues/2428>`_)
46+
* Set hints to find the python version we actually want. (`#2426 <https://github.com/ros2/rclcpp/issues/2426>`_)
47+
The comment in the commit explains the reasoning behind it.
48+
* Update quality declaration documents (`#2427 <https://github.com/ros2/rclcpp/issues/2427>`_)
49+
* feat: add/minus for msg::Time and rclcpp::Duration (`#2419 <https://github.com/ros2/rclcpp/issues/2419>`_)
50+
* feat: add/minus for msg::Time and rclcpp::Duration
51+
* Contributors: Alberto Soragna, Barry Xu, Chris Lalancette, Christophe Bedard, HuaTsai, Jonas Otto, Tim Clephas, Tomoya Fujita, William Woodall
52+
553
27.0.0 (2024-02-07)
654
-------------------
755
* Split test_executors up into smaller chunks. (`#2421 <https://github.com/ros2/rclcpp/issues/2421>`_)

rclcpp_action/CHANGELOG.rst

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

55

6+
Forthcoming
7+
-----------
8+
* Do not generate the exception when action service response timeout. (`#2464 <https://github.com/ros2/rclcpp/issues/2464>`_)
9+
* Do not generate the exception when action service response timeout.
10+
* address review comment.
11+
---------
12+
* Modify rclcpp_action::GoalUUID hashing algorithm (`#2441 <https://github.com/ros2/rclcpp/issues/2441>`_)
13+
* Add unit tests for hashing rclcpp_action::GoalUUID's
14+
* Use the FNV-1a hash algorithm for Goal UUID
15+
* Various cleanups to deal with uncrustify 0.78. (`#2439 <https://github.com/ros2/rclcpp/issues/2439>`_)
16+
These should also work with uncrustify 0.72.
17+
* Update quality declaration documents (`#2427 <https://github.com/ros2/rclcpp/issues/2427>`_)
18+
* Contributors: Chris Lalancette, Christophe Bedard, Tomoya Fujita, mauropasse
19+
620
27.0.0 (2024-02-07)
721
-------------------
822

rclcpp_components/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add EXECUTOR docs (`#2440 <https://github.com/ros2/rclcpp/issues/2440>`_)
8+
* Update quality declaration documents (`#2427 <https://github.com/ros2/rclcpp/issues/2427>`_)
9+
* crash on no class found (`#2415 <https://github.com/ros2/rclcpp/issues/2415>`_)
10+
* crash on no class found
11+
* error on no class found instead of no callback groups
12+
Co-authored-by: Chris Lalancette <[email protected]>
13+
* Contributors: Adam Aposhian, Christophe Bedard, Ruddick Lawrence
14+
515
27.0.0 (2024-02-07)
616
-------------------
717

rclcpp_lifecycle/CHANGELOG.rst

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

55

6+
Forthcoming
7+
-----------
8+
* Update quality declaration documents (`#2427 <https://github.com/ros2/rclcpp/issues/2427>`_)
9+
* Contributors: Christophe Bedard
10+
611
27.0.0 (2024-02-07)
712
-------------------
813

0 commit comments

Comments
 (0)