-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually fix a set of Topic QoS, and implement the max-tx-rate, max-r…
…x-rate, and downsampling (#403) * Max-reception-rate & downsampling Signed-off-by: tempate <[email protected]> * Documentation Signed-off-by: tempate <[email protected]> * Add features to forthcoming verison Signed-off-by: tempate <[email protected]> * Unittests Signed-off-by: tempate <[email protected]> * Rename max-reception-rate to max-rx-rate Signed-off-by: tempate <[email protected]> * Load manual topic configuration into participants Signed-off-by: tempate <[email protected]> * Support Max Transmission Rate configuration Signed-off-by: tempate <[email protected]> * Minor fixes Signed-off-by: tempate <[email protected]> * Max transmission rate documentation Signed-off-by: tempate <[email protected]> * Manual topics documentation Signed-off-by: tempate <[email protected]> * Manual topics configuration Signed-off-by: tempate <[email protected]> * Make the DdsPipeConfiguration required Signed-off-by: tempate <[email protected]> * Simplify the DdsPipe's constructor Signed-off-by: tempate <[email protected]> * Remove redundant test Signed-off-by: tempate <[email protected]> * Docker tests for the configurable frequency Signed-off-by: tempate <[email protected]> * Docker test for the manual topics Signed-off-by: tempate <[email protected]> * Minor fixes Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * More docker tests Signed-off-by: tempate <[email protected]> * Pack the QoSs in specs on a Topic QoS object Signed-off-by: tempate <[email protected]> * Configure the QoS in specs under the qos tag Signed-off-by: tempate <[email protected]> * Minor corrections to the documentation Signed-off-by: tempate <[email protected]> * Minor fixes Signed-off-by: tempate <[email protected]> * Rewrite topic filtering & simplify builtin topics Signed-off-by: tempate <[email protected]> * Minor fixes to the documentation Signed-off-by: tempate <[email protected]> * Uncrustify Signed-off-by: tempate <[email protected]> * Slow down manual topics precedence test Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Slow down docker test Signed-off-by: tempate <[email protected]> * Remove Topic QoS from the built-in topics Signed-off-by: tempate <[email protected]> * Update version from v3.1 to v4.0 Signed-off-by: tempate <[email protected]> * Apply DdsPipe suggestions Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Apply more suggestions Signed-off-by: tempate <[email protected]> * Minor fixes to the version update Signed-off-by: tempate <[email protected]> * Deactivate outdated tests in CMake Signed-off-by: tempate <[email protected]> * Minor fixes to YAML version Signed-off-by: tempate <[email protected]> * Remove Topic Filtering outdated note Signed-off-by: tempate <[email protected]> * Fix python-linter errors Signed-off-by: tempate <[email protected]> * Uncrustify Signed-off-by: Juan Lopez Fernandez <[email protected]> --------- Signed-off-by: tempate <[email protected]> Signed-off-by: Juan Lopez Fernandez <[email protected]> Co-authored-by: Juan Lopez Fernandez <[email protected]>
- Loading branch information
1 parent
f37e91b
commit 6140c85
Showing
154 changed files
with
1,748 additions
and
742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 0 additions & 64 deletions
64
ddsrouter_core/include/ddsrouter_core/configuration/DdsRouterReloadConfiguration.hpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
ddsrouter_core/src/cpp/configuration/DdsRouterReloadConfiguration.cpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.