Skip to content

Commit

Permalink
add extended timer information of rcl/rclcpp for jazzy release note. (#…
Browse files Browse the repository at this point in the history
…4455)

Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
(cherry picked from commit 3456aed)
  • Loading branch information
fujitatomoya authored and mergify[bot] committed May 15, 2024
1 parent 0d1b769 commit 655107f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/Releases/Release-Jazzy-Jalisco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,14 @@ See https://github.com/ros2/geometry2/pull/646 for more information.
``rcl``
^^^^^^^

Actual and expected call time when timer is called
""""""""""""""""""""""""""""""""""""""""""""""""""

New timer API ``rcl_timer_call_with_info`` is added to collect actual and expected call time when the timer is called.
This allows users to get the timer information when the timer is expected to be called and actual time that timer is called.

See https://github.com/ros2/rcl/pull/1113 for more details.

Improved rcl_wait in the area of timeout computation and spurious wakeups
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

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

Actual and expected call time when timer is called
""""""""""""""""""""""""""""""""""""""""""""""""""

``rclcpp::TimerInfo`` argument is added to the timer callback to collect actual and expected call time when the timer is called.
This allows users to get the timer information when the timer is expected to be called and actual time that timer is called.

See https://github.com/ros2/rclcpp/pull/2343 for more details.

``rclcpp_action``
^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 655107f

Please sign in to comment.