-
Notifications
You must be signed in to change notification settings - Fork 227
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
Update spin_until_complete #919
base: rolling
Are you sure you want to change the base?
Conversation
Due to changes in |
5c75743
to
09fc152
Compare
be9cf5d
to
cf96887
Compare
ros2/rclcpp#1874 (comment) Passing CI with all related PRs linked and build together. |
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 has some necessary changes. I think it can be decoupled from the ros2/rclcpp#1874 pr.
…_for method * Deprecate spin_until_future_complete * Add spin_until_complete * Add spin_for method * Udpdate unit tests Signed-off-by: Hubert Liberacki <[email protected]>
…t tests Signed-off-by: Hubert Liberacki <[email protected]>
9b964fa
to
fabd752
Compare
* Deprecate old methods * fix comments Signed-off-by: Hubert Liberacki <[email protected]>
Now that #959 is merged this PR should update |
I've opened #1268 to replace this PR. |
Due to changes in rclcpp replace spin_until_future_complete with spin_until_complete, add spin.
Signed-off-by: Hubert Liberacki [email protected]