-
Notifications
You must be signed in to change notification settings - Fork 658
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(perception): add pipeline_latency_ms publisher #6181
feat(perception): add pipeline_latency_ms publisher #6181
Conversation
Signed-off-by: kminoda <[email protected]>
9f5adaf
to
4214d00
Compare
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6181 +/- ##
==========================================
- Coverage 14.58% 14.58% -0.01%
==========================================
Files 1877 1877
Lines 128013 128037 +24
Branches 37468 37470 +2
==========================================
+ Hits 18672 18673 +1
- Misses 88367 88388 +21
- Partials 20974 20976 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Looks good, thanks!
…on#6181) Signed-off-by: kminoda <[email protected]>
…on#6181) Signed-off-by: kminoda <[email protected]>
Description
Related to #6056
Introduce
pipeline_latency_ms
measurement in perception nodes as well.Tests performed
Launch Autoware and confirmed that following topics are launched.
Effects on system behavior
The number of published messages in total will increase. (The effect on network traffic is expected to be limited)
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
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.