-
Notifications
You must be signed in to change notification settings - Fork 700
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): unknown object orientation #10286
fix(autoware_multi_object_tracker): unknown object orientation #10286
Conversation
…ncertainty modeling in input manager Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…imits and including min_z 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 #10286 +/- ##
==========================================
- Coverage 26.04% 26.04% -0.01%
==========================================
Files 1375 1375
Lines 106439 106453 +14
Branches 40902 40905 +3
==========================================
Hits 27726 27726
- Misses 76009 76023 +14
Partials 2704 2704
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Description
Object shape process for polygon shape (generally for unknown object) should be processed after the object is transformed to world coordinate.
This PR fixes the previous PR the polygon process before the transform.
BUG
simplescreenrecorder-2025-03-17_19.57.42.mp4
Additionally, fix a bug to fit bounding box to the polygon.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.