-
Notifications
You must be signed in to change notification settings - Fork 51
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 #499
Conversation
Due to change in RCLCPP - ros2/rclcpp#1874 Pull request |
67d88e7
to
8c7e7f0
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.
same here, we should avoid unnecessary changes. everything else looks good to me.
Signed-off-by: Hubert Liberacki <[email protected]>
8c7e7f0
to
e53b377
Compare
ros2/rclcpp#1874 (comment) Passing CI with all related PRs linked and build together. |
As @clalancette pointed out, this cannot be merged without ros2/rclpy#919 (review), so I need to revert this until it can be merged. See: #504 un-revert pr open here: #505 |
…in_until_complete (#499)" (#504)" This reverts commit 4318235. Signed-off-by: Audrow Nash <[email protected]>
Replace deprecated spin_until_future_complete with spin_until_complete
Signed-off-by: Hubert Liberacki [email protected]