-
Notifications
You must be signed in to change notification settings - Fork 5
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
Manually fix a set of Topic QoS, and implement the max-tx-rate, max-rx-rate, and downsampling #64
Conversation
c8a91a8
to
de90562
Compare
583c80a
to
ae61ca4
Compare
4475790
to
741dd68
Compare
ddspipe_core/include/ddspipe_core/configuration/DdsPipeConfiguration.hpp
Outdated
Show resolved
Hide resolved
ddspipe_participants/include/ddspipe_participants/writer/auxiliar/BaseWriter.hpp
Outdated
Show resolved
Hide resolved
YamlReader_types.cpp change to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ddspipe_core/include/ddspipe_core/types/topic/filter/WildcardDdsFilterTopic.hpp
Outdated
Show resolved
Hide resolved
ddspipe_core/include/ddspipe_core/configuration/DdsPipeConfiguration.hpp
Outdated
Show resolved
Hide resolved
ddspipe_core/include/ddspipe_core/communication/dds/DdsBridge.hpp
Outdated
Show resolved
Hide resolved
ddspipe_core/include/ddspipe_core/communication/dds/DdsBridge.hpp
Outdated
Show resolved
Hide resolved
ddspipe_core/include/ddspipe_core/communication/dds/DdsBridge.hpp
Outdated
Show resolved
Hide resolved
02a567b
to
cf34e92
Compare
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
cf34e92
to
b9d2c47
Compare
Signed-off-by: tempate <[email protected]>
2b65686
to
0c5fff5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In this version, topics' QoS are configurable. The set of predefined topics' QoS takes precedence over the discovered topics' QoS.
The following features have also been implemented:
These features can be configured generically, per participant, and per topic.
Merge after: