-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Feature request] Add the option to change the QoS of a topic #93
Comments
@charlielito :Would here be any major issues if we set the policy to all topics as TRANSIENT_LOCAL by default, before such a selection exists? Actually I wasn't even able to get TRANSIENT_LOCATION working properly even with publisher and subscriber matching: https://answers.ros.org/question/382626/latching-doesnt-work-in-ros2/ |
I don't think that would be a proper solution, since most of topics are In my case, I've been working with ROS2 foxy and galactic and it does work |
Hi folks, |
This is already addressed in #104 |
When QoS doesn't match, nothing is received. For that an option to set up the QoS of the topic like in rviz2 would be very helful. For example for
OccupancyGrid
topics for static maps, normally the QoS isDurability: TRANSIENT_LOCAL
, which currently doesn't work with rosboard.The text was updated successfully, but these errors were encountered: