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

spin_until_future_complete should wait on future, but result. #4917

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

fujitatomoya
Copy link
Collaborator

@fujitatomoya fujitatomoya commented Dec 25, 2024

closes #4916

Note

We do not need to backport this to Jazzy or earlier distros.

if (rclcpp::spin_until_future_complete(node, result) ==
if (rclcpp::spin_until_future_complete(node, result_future) ==
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@fujitatomoya
Copy link
Collaborator Author

@clalancette can you take a look?

Copy link

HTML artifacts: https://github.com/ros2/ros2_documentation/actions/runs/12496713876/artifacts/2361998353.

To view the resulting site:

  1. Click on the above link to download the artifacts archive
  2. Extract it
  3. Open html-artifacts-4917/index.html in your favorite browser

Copy link

@Darkproduct Darkproduct left a comment

Choose a reason for hiding this comment

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

LGTM

@clalancette clalancette merged commit d76c9aa into rolling Dec 26, 2024
4 checks passed
@clalancette clalancette deleted the fujitatomoya/fix-simple-cpp-service-client branch December 26, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken Tutorial "Beginner: Client libraries" / "Writing a simple service and client (C++)"
3 participants