Skip to content
Merged
Changes from all 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-Kilted-Kaiju.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ Support action generic client, this is used to support actions in rosbag2.

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

``rclpy``
^^^^^^^^^

Static Type Checking
""""""""""""""""""""

Static type checking improvements to ensure that user application is using variables and functions correctly.

EventsExecutor
""""""""""""""

Support an experimental events executor for ``rclpy``, which is a port of the original ``rclcpp`` events executor concept.

See https://github.com/ros2/rclpy/pull/1391 for more details.

``Rosbag2``
^^^^^^^^^^^

Expand Down