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

feat(hooked_trace_point.cpp): add tracepoint to cyclonedds for serialized_publish #228

Merged
merged 7 commits into from
Nov 14, 2023

Conversation

ymski
Copy link
Contributor

@ymski ymski commented Oct 27, 2023

Description

Add tracepoints for communication of serialized data using CycloneDDS.

Related links

This PR is one of a series of PRs that provide recording of applications using rclcpp::GenericSubscription, rclcpp::GenericPublisher.

Notes for reviewers

Pre-review checklist for the PR author

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR has been properly tested.
  • The PR has been reviewed.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@codecov-commenter
Copy link

codecov-commenter commented Oct 27, 2023

Codecov Report

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

Comparison is base (28a66da) 25.14% compared to head (5c47648) 36.73%.
Report is 12 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #228       +/-   ##
===========================================
+ Coverage   25.14%   36.73%   +11.59%     
===========================================
  Files          58       28       -30     
  Lines        3297     2055     -1242     
  Branches     1075     1064       -11     
===========================================
- Hits          829      755       -74     
+ Misses       1734      570     -1164     
+ Partials      734      730        -4     
Flag Coverage Δ
differential 36.73% <0.00%> (?)
total ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
CARET_trace/src/hooked_trace_points.cpp 23.00% <0.00%> (-1.62%) ⬇️

... and 30 files with indirect coverage changes

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

Signed-off-by: ymski <[email protected]>
@ymski ymski marked this pull request as ready for review October 30, 2023 07:55
CARET_trace/src/hooked_trace_points.cpp Show resolved Hide resolved
CARET_trace/src/hooked_trace_points.cpp Outdated Show resolved Hide resolved
CARET_trace/src/hooked_trace_points.cpp Outdated Show resolved Hide resolved
CARET_trace/src/hooked_trace_points.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@isp-uetsuki isp-uetsuki left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@xygyo77 xygyo77 left a comment

Choose a reason for hiding this comment

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

The following three PRs, including this PR, were identified.
tier4/rclcpp#7
#228
#220
I confirmed that the graph drawing was the same before and after the application of the above 3 PRs on Pilot.Auto's Psim.

@ymski ymski merged commit 9c2c6aa into tier4:main Nov 14, 2023
12 of 14 checks passed
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