-
Notifications
You must be signed in to change notification settings - Fork 665
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): revert latency reduction logic and bring back to timer trigger #8277
Conversation
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
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 #8277 +/- ##
===========================================
+ Coverage 15.09% 29.20% +14.11%
===========================================
Files 1967 1600 -367
Lines 135941 117487 -18454
Branches 42122 50652 +8530
===========================================
+ Hits 20520 34313 +13793
+ Misses 92700 73991 -18709
+ Partials 22721 9183 -13538
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…d bring back to timer trigger autowarefoundation#8277 (#1436) * fix: revert latency reduction logic and bring back to timer trigger Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix * chore: remove unused variables Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…d bring back to timer trigger (autowarefoundation#8277) * fix: revert latency reduction logic and bring back to timer trigger Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix * chore: remove unused variables Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Revert logic of latency reduction.
If CPU usage is high, the process could not be triggered in time. As result, the output is less than incoming messages.
The main process and message publish is back to periodic timer trigger.
Related links
revert of #6710
How was this PR tested?
TIER IV INTERNAL
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.