-
Notifications
You must be signed in to change notification settings - Fork 703
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(map_based_prediction, etc): publish processing time in various perception nodes #6574
feat(map_based_prediction, etc): publish processing time in various perception nodes #6574
Conversation
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
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.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6574 +/- ##
==========================================
- Coverage 15.09% 15.08% -0.01%
==========================================
Files 1823 1823
Lines 126342 126423 +81
Branches 38200 38200
==========================================
Hits 19077 19077
- Misses 85871 85952 +81
Partials 21394 21394
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…erception nodes (autowarefoundation#6574) * feat: fix processing time publisher Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing_time in detection_by_tracker Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing time publisher to shape estimator Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add latency time for association merger Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing time publisher for tracker merger Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * chore: rename pipeline latency in multi object tracker Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…erception nodes (autowarefoundation#6574) * feat: fix processing time publisher Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing_time in detection_by_tracker Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing time publisher to shape estimator Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add latency time for association merger Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing time publisher for tracker merger Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * chore: rename pipeline latency in multi object tracker Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
…erception nodes (autowarefoundation#6574) * feat: fix processing time publisher Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing_time in detection_by_tracker Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing time publisher to shape estimator Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add latency time for association merger Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * feat: add processing time publisher for tracker merger Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * chore: rename pipeline latency in multi object tracker Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Description
I added debug topic publisher in following packages:
Those package will publish
Related links
Tests performed
Tested with Lsim.
Notes for reviewers
Interface changes
Effects on system behavior
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.