Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for store schemas in ROS 2 msg format [19866] #89

Merged
merged 12 commits into from
Nov 24, 2023

Conversation

@irenebm irenebm changed the title Add support for store schemas in ROS 2 msg format Add support for store schemas in ROS 2 msg format [19693] Oct 30, 2023
@irenebm irenebm changed the title Add support for store schemas in ROS 2 msg format [19693] Add support for store schemas in ROS 2 msg format [19866] Nov 6, 2023
@irenebm irenebm force-pushed the feature/ros2_mangling branch from 8c0e11b to 685efb1 Compare November 7, 2023 15:55
@irenebm irenebm force-pushed the feature/ros2_mangling branch from 685efb1 to d107960 Compare November 8, 2023 07:30
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2023

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (f9ecc14) 20.03% compared to head (4a11ff5) 19.80%.

Files Patch % Lines
...participants/src/cpp/recorder/mcap/McapHandler.cpp 10.00% 2 Missing and 7 partials ⚠️
...cipants/src/cpp/replayer/McapReaderParticipant.cpp 0.00% 0 Missing and 4 partials ⚠️
ddsreplayer/src/cpp/tool/DdsReplayer.cpp 0.00% 0 Missing and 4 partials ⚠️
..._yaml/src/cpp/recorder/YamlReaderConfiguration.cpp 0.00% 2 Missing ⚠️
ddsrecorder/src/cpp/tool/DdsRecorder.cpp 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
- Coverage   20.03%   19.80%   -0.24%     
==========================================
  Files          29       29              
  Lines        2700     2712      +12     
  Branches     1412     1423      +11     
==========================================
- Hits          541      537       -4     
- Misses       1704     1721      +17     
+ Partials      455      454       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@irenebm irenebm marked this pull request as ready for review November 8, 2023 17:52
jepemi

This comment was marked as resolved.

jepemi

This comment was marked as resolved.

@irenebm irenebm force-pushed the feature/ros2_mangling branch from 51aa4b5 to e0b6794 Compare November 15, 2023 08:37
@irenebm irenebm force-pushed the feature/ros2_mangling branch from e0b6794 to c67fa05 Compare November 15, 2023 08:57
@irenebm irenebm force-pushed the feature/ros2_mangling branch from c67fa05 to f0f8cbc Compare November 15, 2023 10:32
@irenebm irenebm force-pushed the feature/ros2_mangling branch from f0f8cbc to 612b04c Compare November 15, 2023 10:40
@irenebm irenebm force-pushed the feature/ros2_mangling branch from 612b04c to 32f835b Compare November 15, 2023 11:02
@irenebm irenebm force-pushed the feature/ros2_mangling branch from 32f835b to ced2811 Compare November 15, 2023 11:33
@irenebm irenebm force-pushed the feature/ros2_mangling branch from ced2811 to 5be51ff Compare November 15, 2023 11:57
jepemi
jepemi previously approved these changes Nov 20, 2023
Copy link
Contributor

@jepemi jepemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with green CI.

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
jepemi
jepemi previously approved these changes Nov 24, 2023
Copy link
Contributor

@jepemi jepemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

ddsrecorder/src/cpp/tool/DdsRecorder.cpp Outdated Show resolved Hide resolved
ddsrecorder_participants/CMakeLists.txt Outdated Show resolved Hide resolved
ddsreplayer/src/cpp/tool/DdsReplayer.cpp Outdated Show resolved Hide resolved
docs/rst/notes/forthcoming_version.rst Outdated Show resolved Hide resolved
docs/rst/notes/forthcoming_version.rst Outdated Show resolved Hide resolved
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
Copy link
Contributor

@juanlofer-eprosima juanlofer-eprosima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@irenebm irenebm merged commit b008805 into main Nov 24, 2023
17 checks passed
@irenebm irenebm deleted the feature/ros2_mangling branch November 24, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants