|
2 | 2 | Changelog for package rclcpp |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 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 | + |
5 | 53 | 27.0.0 (2024-02-07) |
6 | 54 | ------------------- |
7 | 55 | * Split test_executors up into smaller chunks. (`#2421 <https://github.com/ros2/rclcpp/issues/2421>`_) |
|
0 commit comments