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.

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-record-replay.git
VCS Type git
VCS Version main
Last Updated 2025-04-01
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 Recorder* Yaml Module is a C++ implementation to read and parse YAML configuration files.

Additional Links

Maintainers

  • Raul Sánchez-Mateos
  • Javier París
  • Juan López

Authors

No additional authors.

eProsima DDS Record & Replay Yaml Module

This library implements the required functions to translate a DDS Recorder/Replayer 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 from yaml-cpp.

Example of usage

// LOAD DDS RECORDER CONFIGURATION FROM FILE
eprosima::ddsrecorder::yaml::RecorderConfiguration configuration("configuration.yaml");

// LOAD DDS REPLAYER CONFIGURATION FROM FILE
eprosima::ddsrecorder::yaml::ReplayerConfiguration configuration("configuration.yaml");


Dependencies

  • yaml-cpp
  • cpp_utils
  • ddspipe_core
  • ddspipe_participants
  • ddspipe_yaml
  • ddsrecorder_participants

How to use it in your project

Just import library ddsrecorder_yaml into your CMake project.

find_package(ddsrecorder_yaml)
target_link_libraries(${LIBRARY_TARGET_NAME} ddsrecorder_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
cpp_utils
ddspipe_core
ddspipe_yaml
ddsrecorder_participants
cmake_utils

System Dependencies

Name
cmake
doxygen

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ddsrecorder_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.