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

Default subscriber QOS to BestEffort, account for TRANSIENT_LOCAL #991

Open
wants to merge 2 commits into
base: ros2
Choose a base branch
from

Conversation

ewak
Copy link

@ewak ewak commented Jan 9, 2025

Public API Changes
Change default subscriber QosProfile from reliability=ReliabilityPolicy.RELIABLE to reliability=ReliabilityPolicy.BEST_EFFORT.

BUT if a publisher is found to have durability = DurabilityPolicy.TRANSIENT_LOCAL, then use reliability=ReliabilityPolicy.RELIABLE

Description
IMO the current "sane" defaults for a subscriber are not great for unreliable links and/or large messages and are not compatible with publisher policy is not yet known.

Relates to #769

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.

3 participants