![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrouter_yaml at Robotics Stack Exchange
![]() |
ddsrouter_yaml package from dds-router repoddsrouter_core ddsrouter_test ddsrouter_yaml ddsrouter_docs ddsrouter_tool ddsrouter_yaml_validator |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-router.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2022-12-20 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | middleware router dds omg ros2 rtps fastdds |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
eProsima DDS Router Yaml Module
This library implements the required functions to translate a DDS Router configuration written in yaml
format into C++ source code.
It is powered by yaml-cpp
library.
It provides methods:
- to create every type of object from a yaml node,
- to read a yaml file, and
- to interact with a yaml object using
YAML::Node
class fromyaml-cpp
.
Example of usage
// LOAD DDS ROUTER CONFIGURATION FROM FILE
core::configuration::DDSRouterConfiguration router_configuration =
yaml::YamlReaderConfiguration::load_ddsrouter_configuration_from_file("configuration.yaml");
Dependencies
yaml-cpp
cpp_utils
ddsrouter_core
How to use it in your project
Just import library ddsrouter_yaml
into your CMake project.
find_package(ddsrouter_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrouter_yaml)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrouter_tool |