-
Notifications
You must be signed in to change notification settings - Fork 421
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
fix(StaticSingleThreadedExecutor): Fixed regression in spin() #2473
base: rolling
Are you sure you want to change the base?
Conversation
242a37a
to
eb38015
Compare
rclcpp/src/rclcpp/executors/static_single_threaded_executor.cpp
Outdated
Show resolved
Hide resolved
eb38015
to
bb36ebb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fix itself lgtm, the most efficient way to execute the executables.
i also would like to know https://github.com/ros2/rclcpp/pull/2473/files#r1548256408 from @alsora before green light.
Signed-off-by: Janosch Machowinski <[email protected]>
bb36ebb
to
ddbe473
Compare
rebased to rolling. As this is a pure bug fix, whats the process for merging this, wait until unfreeze, rolling and backport to jazzy ? |
Yep, that's exactly correct. |
@jmachowinski friendly ping. What would you like to do with this? |
Fixes #2470