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_yaml 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* Yaml Module is a C++ implementation for handling events in multithreading executions as PeriodicTimers, Signals, FileWatchers, etc.
Additional Links
Maintainers
- Raul Sánchez-Mateos
- Javier París
- Juan López
Authors
No additional 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)
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 | |
yamlcpp | |
fastrtps | |
cpp_utils | |
ddsrouter_core | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
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_yaml 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.