No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
![]() |
ddsrouter_core package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
No additional authors.
eProsima DDS Router Core Library
This library contain main functionality of the DDS Router. Include module is the public API used to configure a DDS Router and to interact with a running one:
-
Types: data types used to configure a router.
- Address
- DDS info (Guid, Qos, Topic, etc.)
-
Configuration: configuration objects that contains the information needed for a DDS Router. Are divided in:
- ParticipantConfiguration: configuration for each participant inside the DDS Router.
- DDSRouterConfiguration: configuration to execute a DDS Router, with its Participants and allowed lists.
- DDSRouterReloadConfiguration: configuration to change topics in a running DDS Router.
- Core: it only contains the proxy of DDS Router class, which implementation is inside private modules. It allows to execute a DDS Router, and to interact with it while running.
Example of usage
// START AND STOP DDS ROUTER FROM CONFIGURATION
core::configuration::DDSRouterConfiguration router_configuration;
// ... populate router_configuration
core::DDSRouter router(router_configuration);
router.start();
// ... wait for event
router.stop();
Dependencies
fastrtps
cpp_utils
How to use it in your project
Just import library ddsrouter_core
into your CMake project.
find_package(ddsrouter_core)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_core)
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
fastrtps | |
cpp_utils | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_yaml | |
ddsrouter_tool |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ddsrouter_core at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.