Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added release notes for twist interpolator #4328

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
"""""""""""""""""""""""""""
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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


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

Expand Down
Loading