-
Notifications
You must be signed in to change notification settings - Fork 61
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
Deprecated spin_until_future_complete #90
Deprecated spin_until_future_complete #90
Conversation
Due to change in RCLCPP - ros2/rclcpp#1874 Pull request |
ros2/rclcpp#1874 (comment) Passing CI with all related PRs linked and build together. |
…lete` Signed-off-by: Hubert Liberacki <[email protected]>
5b24985
to
cf90495
Compare
This PR was merged and caused multiple errors along Rolling CI builds: If I'm not wrong, this change was waiting until a pack of other PRs on multiple repositories (ros2/rclcpp#1874 (comment)). @dgossow was there any reason I'm not seeing to merge this PR right now? |
I think we should wait until ros2/rclcpp#1957 lands ( |
This reverts commit 320c2a3. As stated in: ros-visualization#90 (comment)
…til_complete` (ros-visualization#90)" This reverts commit 71212ef. As stated in ros-visualization#90 (comment)
…til_complete` (#90)" (#104) This reverts commit 71212ef. As stated in #90 (comment)
…lete` (ros-visualization#90) Co-authored-by: Hubert Liberacki <[email protected]> Signed-off-by: Hubert Liberacki <[email protected]> Signed-off-by: Christophe Bedard <[email protected]>
Replace deprecated
spin_until_future_complete
withspin_until_complete
Signed-off-by: Hubert Liberacki [email protected]