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

Add demo of how to use qos overrides #474

Merged
merged 8 commits into from
Dec 11, 2020
Merged

Conversation

ivanpauno
Copy link
Member

Simple talker/listener example showing how to use the qos overrides parameters.

@ivanpauno ivanpauno added the enhancement New feature or request label Nov 9, 2020
@ivanpauno ivanpauno self-assigned this Nov 9, 2020
quality_of_service_demo/README.md Outdated Show resolved Hide resolved
quality_of_service_demo/README.md Outdated Show resolved Hide resolved
@jacobperron
Copy link
Member

Depends on ros2/rclcpp#1408

Copy link
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

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

LGTM with green CI.

Copy link
Member

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

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

lgtm. It would be good to address the TODO's as in my experience they don't often get addressed otherwise, but in general I think this turned out well.

@ivanpauno
Copy link
Member Author

lgtm. It would be good to address the TODO's as in my experience they don't often get addressed otherwise, but in general I think this turned out well.

👍
I didn't add getters to rclcpp::QoS in the same PR, but I'm planning to open a follow up doing so.

@ivanpauno
Copy link
Member Author

I will update how to code a qos validation callback after ros2/rclcpp#1467 gets in, but in the meantime we can get this one in:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@ivanpauno
Copy link
Member Author

I released a new rclcpp rolling version ros/rosdistro#27370 should fix the Rpr checker when it gets merged.

@clalancette
Copy link
Contributor

We had a lot of regressions on ci.ros2.org on the day that ros2/rclcpp#1465 went in: https://ci.ros2.org/view/nightly/job/nightly_win_rel/1755/#showFailuresLink . We don't yet know the exact cause of those regressions, but the QoS override patch is one of the few things that went in that day.

What I'm asking for here is to just hold off on merging this until we've identified which of the patches from Nov 17 caused the regression. That way there is less to back out if we need to do that. Thanks.

@ivanpauno
Copy link
Member Author

We had a lot of regressions on ci.ros2.org on the day that ros2/rclcpp#1465 went in: https://ci.ros2.org/view/nightly/job/nightly_win_rel/1755/#showFailuresLink . We don't yet know the exact cause of those regressions, but the QoS override patch is one of the few things that went in that day.

ros2/system_tests#452 is the bug report for those regressions, right?

@jacobperron
Copy link
Member

I don't think there's anything holding this up anymore.

@clalancette
Copy link
Contributor

I don't think there's anything holding this up anymore.

Agreed. The nightly builds are now really close to green, so whatever lingering problems there were I think we've fixed in the meantime. So I think we can go forward here.

@clalancette
Copy link
Contributor

@ros-pull-request-builder retest this please

ivanpauno and others added 7 commits December 9, 2020 13:51
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Copy link
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

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

LGTM

@ivanpauno
Copy link
Member Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@ivanpauno ivanpauno merged commit 149e501 into master Dec 11, 2020
@ivanpauno ivanpauno deleted the ivanpauno/qos-overrides-demo branch December 11, 2020 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants