Replace deprecated spin_until_future_complete with spin_until_complete#350
Replace deprecated spin_until_future_complete with spin_until_complete#350hliberacki wants to merge 2 commits intoros2:masterfrom
Conversation
Signed-off-by: Hubert Liberacki <hliberacki@gmail.com>
|
Due to change in RCLCPP - ros2/rclcpp#1874 Pull request |
|
It looks like you missed one. |
Sorry, but which one do you mean? I've checked (hopefully correctly) and there is only a single call to |
|
The offending function is at |
yes, that was because my changes to rclcpp are still not merged yet. Since the old method needs to be deprecated when new is introduced - merging it first would cause a warning which would break the ci. the main PR has CI with all of my changes :) |
|
ros2/rclcpp#1874 (comment) Passing CI with all related PRs linked and build together. |
|
Just noting here that this is still pending the merge of: |
Sorry for the confusion, unfortunately there were dependencies which should've been merged together, and due to the fact that there are review findings in |
|
That explains the failing CI then. Ping this PR when it's ready to go, then, so I don't forget about it. |
Signed-off-by: Hubert Liberacki hliberacki@gmail.com