-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
Signed-off-by: ymski <[email protected]>
Codecov ReportAttention:
❗ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: ymski <[email protected]>
Signed-off-by: ymski <[email protected]>
Co-authored-by: isp-uetsuki <[email protected]>
Co-authored-by: isp-uetsuki <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this 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.
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.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.