Skip to content
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 #704

Closed
wants to merge 2 commits into from

Conversation

hliberacki
Copy link

Replace deprecated spin_until_future_complete with spin_until_complete

Signed-off-by: Hubert Liberacki [email protected]

@hliberacki
Copy link
Author

Due to RCLCPP API change ros2/rclcpp#1874.

Copy link
Member

@audrow audrow left a 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.

ros2action/ros2action/verb/send_goal.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ros2param/ros2param/api/__init__.py Show resolved Hide resolved
ros2topic/test/test_echo_pub.py Show resolved Hide resolved
@hliberacki
Copy link
Author

hliberacki commented Apr 4, 2022

ros2/rclcpp#1874 (comment) Passing CI with all related PRs linked and build together.

Copy link
Collaborator

@fujitatomoya fujitatomoya left a 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.

@fujitatomoya
Copy link
Collaborator

@audrow requesting final review.

Copy link
Member

@audrow audrow left a 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.

@wjwwood
Copy link
Member

wjwwood commented Jun 24, 2022

Since this is part of rclpy changes, it's blocked on ros2/rclpy#919 (review), but is not needed to fix CI after ros2/rclcpp#1874 was merged prematurely.

@christophebedard
Copy link
Member

I've opened #893 to replace this PR.

@christophebedard
Copy link
Member

This can be closed, see #893 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-information-needed Further information is required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants