Skip to content

Commit

Permalink
Add support for store schemas in ROS 2 msg format [19866] (#89)
Browse files Browse the repository at this point in the history
* Add support for store schemas in OMG IDL and ROS 2 msg format

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Add documentation

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Add tests recorder

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Fix tests

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Replayer implementation

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Apply changes

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Add ros2_types to metadata

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Fix test CI

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Apply changes

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Add replayer test

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Apply changes

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Apply changes

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

---------

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
  • Loading branch information
irenebm authored Nov 24, 2023
1 parent f9ecc14 commit b008805
Show file tree
Hide file tree
Showing 23 changed files with 267 additions and 118 deletions.
3 changes: 2 additions & 1 deletion ddsrecorder/src/cpp/tool/DdsRecorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ DdsRecorder::DdsRecorder(
configuration_.log_publish_time,
configuration_.only_with_type,
configuration_.mcap_writer_options,
configuration_.record_types);
configuration_.record_types,
configuration_.ros2_types);

// Create MCAP Handler
mcap_handler_ = std::make_shared<participants::McapHandler>(
Expand Down
3 changes: 2 additions & 1 deletion ddsrecorder/test/blackbox/mcap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ set(TEST_SOURCES

set(TEST_LIST
mcap_data_msgs
mcap_data_topic
mcap_dds_topic
mcap_ros2_topic
mcap_data_num_msgs
mcap_data_num_msgs_downsampling
transition_running
Expand Down
Loading

0 comments on commit b008805

Please sign in to comment.