Skip to content

Commit 2cc0ec7

Browse files
add extended timer information of rcl/rclcpp for jazzy release note. (#4455) (#4457)
Signed-off-by: Tomoya.Fujita <[email protected]> (cherry picked from commit 3456aed) Co-authored-by: Tomoya Fujita <[email protected]>
1 parent 0d1b769 commit 2cc0ec7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/Releases/Release-Jazzy-Jalisco.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,14 @@ See https://github.com/ros2/geometry2/pull/646 for more information.
389389
``rcl``
390390
^^^^^^^
391391

392+
Actual and expected call time when timer is called
393+
""""""""""""""""""""""""""""""""""""""""""""""""""
394+
395+
New timer API ``rcl_timer_call_with_info`` is added to collect actual and expected call time when the timer is called.
396+
This allows users to get the timer information when the timer is expected to be called and actual time that timer is called.
397+
398+
See https://github.com/ros2/rcl/pull/1113 for more details.
399+
392400
Improved rcl_wait in the area of timeout computation and spurious wakeups
393401
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
394402

@@ -437,6 +445,14 @@ Back in Humble, subscription signatures of the form ``void callback(std::shared_
437445
In Jazzy, these subscription signatures have been removed.
438446
Users should switch to using ``void callback(std::shared_ptr<const MessageT>)`` or ``void callback(std::shared_ptr<const MessageT>, const rclcpp MessageInfo &)``.
439447

448+
Actual and expected call time when timer is called
449+
""""""""""""""""""""""""""""""""""""""""""""""""""
450+
451+
``rclcpp::TimerInfo`` argument is added to the timer callback to collect actual and expected call time when the timer is called.
452+
This allows users to get the timer information when the timer is expected to be called and actual time that timer is called.
453+
454+
See https://github.com/ros2/rclcpp/pull/2343 for more details.
455+
440456
``rclcpp_action``
441457
^^^^^^^^^^^^^^^^^
442458

0 commit comments

Comments
 (0)