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
QoS incompatibility is a thing, the default middleware defaults everything to reliable, which cannot subscribe to lesser QoS publishers.
The src nodes should set their default QoS as low as possible, and the sink nodes high as possible.
All QoS settings should be configurable.
The text was updated successfully, but these errors were encountered:
BrettRD
changed the title
check message QoS tolerance
configurable QoS
Mar 24, 2021
The QoS is using a convention established in gazebo plugins that shouldn't cause any incompatibility headaches, but may have a buffers too short for some applications.
The elements should have a gstreamer property to set the QoS reliability and queue depth at least.
QoS incompatibility is a thing, the default middleware defaults everything to
reliable
, which cannot subscribe to lesser QoS publishers.The src nodes should set their default QoS as low as possible, and the sink nodes high as possible.
All QoS settings should be configurable.
The text was updated successfully, but these errors were encountered: