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

[22518] Fast DDS Auto DS Mode XMLRPC - CLI #5548

Draft
wants to merge 41 commits into
base: master
Choose a base branch
from

Conversation

cferreiragonz
Copy link
Contributor

Description

This PR updates the CLI to make it compatible with the new Fast DDS Auto Discovery Server Mode using a XML-RPC server to host a daemon.

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
  • Any new/modified methods have been properly documented using Doxygen.
  • Any new configuration API has an equivalent XML API (with the corresponding XSD extension)
  • N/A Changes are backport compatible: they do NOT break ABI nor change library core behavior.
  • N/A Changes are API compatible.
  • New feature has been added to the versions.md file (if applicable).
  • New feature has been documented/Current behavior is correctly described in the documentation.
  • N/A Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • If this is a critical bug fix, backports to the critical-only supported branches have been requested.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@cferreiragonz cferreiragonz force-pushed the feature/auto_ds_daemonized branch from 8803d40 to 5d6e50e Compare January 8, 2025 10:23
cferreiragonz and others added 29 commits January 8, 2025 14:18
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: cferreiragonz <[email protected]>
Signed-off-by: Mario Dominguez <[email protected]>
@cferreiragonz cferreiragonz force-pushed the feature/auto_ds_daemonized branch from 5d6e50e to eaf2387 Compare January 8, 2025 13:23
@cferreiragonz cferreiragonz requested review from richiprosima and removed request for richiprosima January 8, 2025 13:47
@github-actions github-actions bot added the ci-pending PR which CI is running label Jan 8, 2025
@cferreiragonz cferreiragonz force-pushed the feature/auto_ds_daemonized branch from eaf2387 to 4871cf4 Compare January 8, 2025 13:56
@cferreiragonz cferreiragonz requested review from richiprosima and removed request for richiprosima January 8, 2025 13:58
@cferreiragonz cferreiragonz force-pushed the feature/auto_ds_daemonized branch from 4871cf4 to 910729f Compare January 9, 2025 11:14
Copy link
Member

@Mario-DL Mario-DL left a comment

Choose a reason for hiding this comment

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

Nice job daemonizing, leaving the review.
I am about to test the complete feature under a ROS 2 environment

include/fastdds/rtps/common/PortParameters.hpp Outdated Show resolved Hide resolved
tools/fastdds/discovery/parser.py Show resolved Hide resolved
tools/fastdds/discovery/parser.py Show resolved Hide resolved
tools/fastdds/discovery/parser.py Outdated Show resolved Hide resolved
test/system/tools/fds/CMakeLists.txt Show resolved Hide resolved
tools/fastdds/discovery/fast_daemon/daemon/__init__.py Outdated Show resolved Hide resolved
tools/fds/CliDiscoveryManager.hpp Outdated Show resolved Hide resolved
test/system/tools/fastdds/test_discovery_parser.py Outdated Show resolved Hide resolved
test/system/tools/fds/CliDiscoveryManagerTests.cpp Outdated Show resolved Hide resolved
tools/fds/CliDiscoveryEntrypoint.cpp Outdated Show resolved Hide resolved
@Mario-DL
Copy link
Member

Mario-DL commented Jan 9, 2025

One NIT, I think we should rename the fast_daemon folder name to fastdds_daemon, xmlrpc_daemon, daemon or smth similar

@cferreiragonz cferreiragonz force-pushed the feature/auto_ds_daemonized branch from 910729f to e7c0a85 Compare January 9, 2025 13:40
@cferreiragonz cferreiragonz force-pushed the feature/auto_ds_daemonized branch from e7c0a85 to 6465cd4 Compare January 10, 2025 09:38
Signed-off-by: cferreiragonz <[email protected]>
Copy link
Member

@Mario-DL Mario-DL left a comment

Choose a reason for hiding this comment

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

LGTM with green CI on #5551

@cferreiragonz cferreiragonz requested review from richiprosima and removed request for richiprosima January 10, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-pending PR which CI is running
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants