Skip to content

Commit

Permalink
Added release notes for twist interpolator (#4328)
Browse files Browse the repository at this point in the history
* Added release notes for twist interpolator

Signed-off-by: Alejandro Hernández Cordero <[email protected]>
(cherry picked from commit e6ed954)
  • Loading branch information
ahcorde authored and mergify[bot] committed Apr 29, 2024
1 parent 0f2d3d2 commit e87b850
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/Releases/Release-Jazzy-Jalisco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ Installation
New features in this ROS 2 release
----------------------------------

``common_interfaces``
^^^^^^^^^^^^^^^^^^^^^

New VelocityStamped message
"""""""""""""""""""""""""""
Added a new message with all fields needed to define a velocity and transform it

See https://github.com/ros2/common_interfaces/pull/240 for more details.

``rclcpp``
^^^^^^^^^^

Expand Down Expand Up @@ -138,6 +147,12 @@ Return types of ``wait_for_transform_async`` and ``wait_for_transform_full_async
Previously ``wait_for_transform_async`` and ``wait_for_transform_full_async`` of the ``Buffer`` class returned a future containing true or false
In Jazzy, the future will contain the information of the transform being waited on.

Enable Twist interpolator
"""""""""""""""""""""""""
Included new API to lookup the velocity of the moving frame in the reference frame.

See https://github.com/ros2/geometry2/pull/646 for more information.

``rclcpp``
^^^^^^^^^^

Expand Down

0 comments on commit e87b850

Please sign in to comment.