![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |
Launch files
Messages
Services
Plugins
Recent questions tagged ddsrecorder_yaml at Robotics Stack Exchange
![]() |
ddsrecorder_yaml package from dds-record-replay repocontroller_tool ddsrecorder_tool ddsrecorder_participants ddsrecorder_yaml ddsreplayer_tool ddsrecorder_docs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | eProsima DDS Record & Replay is an end-user software application that efficiently saves DDS data published into a DDS environment in a MCAP format database. Thus, the exact playback of the recorded network events is possible. Looking for commercial support? Contact info@eprosima.com |
Checkout URI | https://github.com/eprosima/dds-record-replay.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-29 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | recorder replay dds fastdds eprosima |
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 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 fromyaml-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)
Package Dependencies
Deps | Name |
---|---|
googletest-distribution | |
yamlcpp | |
cpp_utils | |
ddspipe_core | |
ddspipe_yaml | |
ddsrecorder_participants | |
cmake_utils |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ddsrecorder_tool | |
ddsreplayer_tool |