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

Manually fix a set of Topic QoS, and implement the max-tx-rate, max-rx-rate, and downsampling #64

Merged
merged 41 commits into from
Nov 7, 2023

Conversation

Tempate
Copy link
Contributor

@Tempate Tempate commented Oct 6, 2023

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:

  • max-tx-rate (max transmission rate): the transmission frequency for sent samples.
  • max-rx-rate (max reception rate): the processing frequency for received samples.
  • downsampling: the proportion of samples to process for received samples.

These features can be configured generically, per participant, and per topic.

Merge after:

@Tempate Tempate force-pushed the feature/manual_topics_conf branch 3 times, most recently from c8a91a8 to de90562 Compare October 11, 2023 10:37
@Tempate Tempate marked this pull request as ready for review October 13, 2023 06:16
@Tempate Tempate force-pushed the feature/manual_topics_conf branch 2 times, most recently from 583c80a to ae61ca4 Compare October 13, 2023 08:36
@Tempate Tempate changed the title Manually fix a set of Topic QoS, and implement the max-rx-rate, max-tx-rate, and downsampling Manually fix a set of Topic QoS, and implement the max-tx-rate, max-rx-rate, and downsampling Oct 16, 2023
@Tempate Tempate force-pushed the feature/manual_topics_conf branch 2 times, most recently from 4475790 to 741dd68 Compare October 17, 2023 07:07
ddspipe_core/src/cpp/core/DdsPipe.cpp Outdated Show resolved Hide resolved
ddspipe_core/include/ddspipe_core/core/DdsPipe.hpp Outdated Show resolved Hide resolved
ddspipe_core/include/ddspipe_core/types/dds/TopicQoS.hpp Outdated Show resolved Hide resolved
ddspipe_yaml/src/cpp/YamlReader_types.cpp Show resolved Hide resolved
ddspipe_yaml/src/cpp/YamlReader_participants.cpp Outdated Show resolved Hide resolved
@jepemi
Copy link
Contributor

jepemi commented Oct 19, 2023

YamlReader_types.cpp change to set_value()

ddspipe_core/include/ddspipe_core/core/DdsPipe.hpp Outdated Show resolved Hide resolved
ddspipe_core/src/cpp/communication/dds/DdsBridge.cpp Outdated Show resolved Hide resolved
ddspipe_core/src/cpp/communication/dds/DdsBridge.cpp Outdated Show resolved Hide resolved
ddspipe_core/src/cpp/communication/dds/DdsBridge.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@jepemi jepemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@jepemi jepemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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]>
Copy link
Contributor

@juanlofer-eprosima juanlofer-eprosima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juanlofer-eprosima juanlofer-eprosima merged commit 600014d into main Nov 7, 2023
12 checks passed
@juanlofer-eprosima juanlofer-eprosima deleted the feature/manual_topics_conf branch November 7, 2023 15:19
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.

3 participants