You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a subscriber can receive a topic message only if its QOS profile is compatible with the QOS profile of the publisher a method to retrieve this information from the available topics should be very useful.
Implementation considerations
I think that the command $ ros2 topic info /topic
can be a good place to introduce this important feature.
Feature request
Feature description
Since a subscriber can receive a topic message only if its QOS profile is compatible with the QOS profile of the publisher a method to retrieve this information from the available topics should be very useful.
Implementation considerations
I think that the command
$ ros2 topic info /topic
can be a good place to introduce this important feature.
Ref: https://answers.ros.org/question/304946/ros2-retrieving-qos-settings-for-a-topic/
The text was updated successfully, but these errors were encountered: