Skip to content

Commit

Permalink
Add new executor spin_until_complete API
Browse files Browse the repository at this point in the history
Co-authored-by: stevemacenski <[email protected]>
Signed-off-by: stevemacenski <[email protected]>
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard and SteveMacenski committed Apr 5, 2024
1 parent 737b023 commit d8e75a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/Releases/Release-Jazzy-Jalisco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ New type support helper for services ``rclcpp::get_service_typesupport_handle``

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

New executor ``spin_until_complete`` interface
""""""""""""""""""""""""""""""""""""""""""""""

``spin_until_complete`` was added to spin on arbitrary callable conditions.
It goes alongside ``spin_until_future_complete``, which exclusively spins on futures.

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

``ros2cli``
^^^^^^^^^^^

Expand Down

0 comments on commit d8e75a9

Please sign in to comment.