-
Notifications
You must be signed in to change notification settings - Fork 656
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
fix(autoware_multi_object_tracker): measure latency with latest detection update time #9533
base: main
Are you sure you want to change the base?
fix(autoware_multi_object_tracker): measure latency with latest detection update time #9533
Conversation
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9533 +/- ##
==========================================
- Coverage 29.49% 29.49% -0.01%
==========================================
Files 1443 1443
Lines 108648 108654 +6
Branches 41537 41540 +3
==========================================
Hits 32047 32047
- Misses 73479 73485 +6
Partials 3122 3122
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I have tested this PR and the result looks consistent with expectations. |
Description
Fixing the pipeline latency measurement point.
The latest updated detection time will be used for the latency measurement.
object_oldest_time
is renamed toobject_earliest_time
onMessage
method is removed since it is not callback function anymore.Related links
Parent Issue: #9428
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.