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

Allow subscribing to any qos profile when creating a subscriber #690

Merged
merged 3 commits into from
Dec 9, 2021

Conversation

defunctzombie
Copy link
Contributor

@defunctzombie defunctzombie commented Dec 7, 2021

Public API Changes
Subscriber QoS is automatically chosen based on available publishers to achieve compatible QoS settings in more cases.

Description
When looking into foxglove/studio#1987 I discovered that rosbridge was not receiving "latched" /tf_static messages. This led us to learn that subscribers need specific qos profile settings for certain publishers (ros2/ros2cli#523 (comment)).

This PR attempts to use a qos profile that would accept any published message.

Closes #654
Closes #582
Fixes #551

/cc @kenji-miyake @MrBlenny @DomenicP

@jtbandes jtbandes changed the title Add failing test for latching topics Allow subscribing to any qos profile when creating a subscriber Dec 9, 2021
@jtbandes jtbandes marked this pull request as ready for review December 9, 2021 23:34
@defunctzombie
Copy link
Contributor Author

👍

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.

QoS compatibility failing silently (ROS2)
2 participants