-
Notifications
You must be signed in to change notification settings - Fork 682
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): enable trigger publish when delay_compensation is false #8484
fix(autoware_multi_object_tracker): enable trigger publish when delay_compensation is false #8484
Conversation
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 #8484 +/- ##
==========================================
- Coverage 23.89% 23.89% -0.01%
==========================================
Files 1380 1380
Lines 101835 101827 -8
Branches 38773 38764 -9
==========================================
- Hits 24337 24333 -4
+ Misses 75041 75031 -10
- Partials 2457 2463 +6
*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.
it worked! LGTM
…_compensation is false (autowarefoundation#8484) fix: enable trigger publish when delay_compensation is false Signed-off-by: Taekjin LEE <[email protected]> Signed-off-by: xtk8532704 <[email protected]>
Description
Fix a bug that the object is not published when the option
enable_delay_compensation
is false.Related links
Caused by PR tier4#1436
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.