-
Notifications
You must be signed in to change notification settings - Fork 50
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
Replace deprecated spin_until_future_complete
#111
base: rolling
Are you sure you want to change the base?
Replace deprecated spin_until_future_complete
#111
Conversation
Due to RCLCPP API change ros2/rclcpp#1874. |
dafb266
to
1247fb1
Compare
ros2/rclcpp#1874 (comment) Passing CI with all related PRs linked and build together. |
…lete` Signed-off-by: Hubert Liberacki <[email protected]>
1247fb1
to
e37fd69
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 is on the dashing branch, this needs to be separated out for the Rolling -> Iron++ only since this is a breaking change for Dashing/Foxy/Galactic/Humble
We're about to create a 'rolling' branch for this repository anyway (early next week), so we'll retarget it then. |
This PR is not required anymore due to changes in #126. |
Replace deprecated
spin_until_future_complete
withspin_until_complete
Signed-off-by: Hubert Liberacki [email protected]