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

Return the actual future from async_send_request #209

Merged
merged 1 commit into from
Oct 18, 2021
Merged

Return the actual future from async_send_request #209

merged 1 commit into from
Oct 18, 2021

Conversation

clalancette
Copy link
Contributor

Recent changes to rclcpp in Rolling make it return a structure
rather than just the future. In order to maintain this test,
return the actual future.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Recent changes to rclcpp in Rolling make it return a structure
rather than just the future.  In order to maintain this test,
return the actual future.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

Gpr is definitely going to fail here, as this PR doesn't apply for Galactic. We'll need to make a new galactic-devel branch off of the current ros2-devel, and then switch https://github.com/ros/rosdistro/blob/0cc5f30da1c12ff088239a813b862ef10a3c998e/galactic/distribution.yaml#L656-L675 over to using that.

Copy link
Collaborator

@norro norro left a comment

Choose a reason for hiding this comment

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

LGTM.
Will you do the merge and create the 'galactic' branch before?

@clalancette
Copy link
Contributor Author

Will you do the merge and create the 'galactic' branch before?

I created the 'galactic' branch, and changed galactic over to using it in ros/rosdistro#31002 .

We don't have good support for "removing" a test once it has been added to a PR, so that test is failing here. But future PRs won't even start a Gpr job for PRs targeting ros2-devel.

With that said, thanks for the review. Merging.

@clalancette clalancette merged commit d34d1e0 into ros:ros2-devel Oct 18, 2021
@clalancette clalancette deleted the clalancette/rolling-fixes branch October 18, 2021 12:14
wep21 pushed a commit to wep21/diagnostics that referenced this pull request Oct 30, 2021
Recent changes to rclcpp in Rolling make it return a structure
rather than just the future.  In order to maintain this test,
return the actual future.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
wep21 pushed a commit to wep21/diagnostics that referenced this pull request Nov 1, 2021
Recent changes to rclcpp in Rolling make it return a structure
rather than just the future.  In order to maintain this test,
return the actual future.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
wep21 pushed a commit to wep21/diagnostics that referenced this pull request Nov 1, 2021
Recent changes to rclcpp in Rolling make it return a structure
rather than just the future.  In order to maintain this test,
return the actual future.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
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.

None yet

2 participants