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

Finish QoS updates #1019

Merged
merged 5 commits into from
Aug 19, 2024
Merged

Conversation

mikeferguson
Copy link
Member

This implements the remainder of #847:

  • Make sure publishers default to system defaults (reliable)
  • Add QoS overriding where possible (some of the image_transport / message_filters stuff doesn't really support that)
  • Use the matching heuristic for subscribers consistently

@mikeferguson
Copy link
Member Author

This also needs to be backported to jazzy - where QoS is horribly broken at the moment (the occasional unreliability of getTopicQoS() function now appears to be just "totally doesn't connect ever")

 * publishers default to reliable, no longer using getTopicQoSProfile()
 * publishers also support profile overrides where possible
 * subscribers default to matching (which also defaults to SensorDataQoS if no publisher)
@mikeferguson

This comment was marked as outdated.

going to use this for the tutorial
@mikeferguson mikeferguson requested a review from ahcorde August 6, 2024 15:47
@mikeferguson mikeferguson marked this pull request as ready for review August 6, 2024 15:48
@mikeferguson mikeferguson merged commit d272c4e into ros-perception:rolling Aug 19, 2024
4 checks passed
@mikeferguson
Copy link
Member Author

https://github.com/Mergifyio backport jazzy

Copy link
Contributor

mergify bot commented Aug 19, 2024

backport jazzy

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Aug 19, 2024
This implements the remainder of #847:

 - Make sure publishers default to system defaults (reliable)
- Add QoS overriding where possible (some of the image_transport /
message_filters stuff doesn't really support that)
 - Use the matching heuristic for subscribers consistently

(cherry picked from commit d272c4e)

# Conflicts:
#	depth_image_proc/src/point_cloud_xyzi_radial.cpp
@mikeferguson mikeferguson deleted the depth_proc_qos branch August 19, 2024 14:50
mikeferguson added a commit that referenced this pull request Aug 19, 2024
This implements the remainder of #847:

 - Make sure publishers default to system defaults (reliable)
- Add QoS overriding where possible (some of the image_transport /
message_filters stuff doesn't really support that)
 - Use the matching heuristic for subscribers consistently
mikeferguson pushed a commit that referenced this pull request Aug 19, 2024
This implements the remainder of #847:

 - Make sure publishers default to system defaults (reliable)
- Add QoS overriding where possible (some of the image_transport /
message_filters stuff doesn't really support that)
 - Use the matching heuristic for subscribers consistently
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.

2 participants