-
Notifications
You must be signed in to change notification settings - Fork 190
Replace deprecated spin_until_future_complete
#704
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
Conversation
|
Due to RCLCPP API change ros2/rclcpp#1874. |
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 change looks good to me, except I don't think that we should do the formatting changes as a part of this PR.
Perhaps another PR with the formatting changes is in order. Also, the code we have already passes our code style tests, so these changes may be unnecessary, unless we revise our coding styling standards, which would probably be a bigger discussion.
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.
lgtm after https://github.com/ros2/ros2cli/pull/704/files#r840064950 is addressed.
…lete` Signed-off-by: Hubert Liberacki <[email protected]>
00b4317 to
c80e8c8
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.
i am good to go.
|
@audrow requesting final review. |
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.
Looks good to me with green CI in a recent CI run.
|
Since this is part of |
|
I've opened #893 to replace this PR. |
|
This can be closed, see #893 (comment) |
Replace deprecated
spin_until_future_completewithspin_until_completeSigned-off-by: Hubert Liberacki [email protected]