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

jazzy release note: callbacks in the executor are no longer ordered. #4459

Merged
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
7 changes: 7 additions & 0 deletions source/Releases/Release-Jazzy-Jalisco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,13 @@ in terms of entity collection rebuilding.

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

Executer callbacks are no longer ordered
fujitatomoya marked this conversation as resolved.
Show resolved Hide resolved
fujitatomoya marked this conversation as resolved.
Show resolved Hide resolved
""""""""""""""""""""""""""""""""""""""""
fujitatomoya marked this conversation as resolved.
Show resolved Hide resolved

Due to these changes, callbacks in the executor are no longer ordered consistently, even within the same entity.

See https://github.com/ros2/rclcpp/pull/2142 and https://github.com/ros2/rclcpp/issues/2532 for more details.

``rclcpp::get_typesupport_handle`` is deprecated
""""""""""""""""""""""""""""""""""""""""""""""""

Expand Down
Loading