-
Notifications
You must be signed in to change notification settings - Fork 673
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(multi_object_tracker): integrate odometry and transform processes #9912
base: main
Are you sure you want to change the base?
feat(multi_object_tracker): integrate odometry and transform processes #9912
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
c6e980a
to
0fe20db
Compare
Signed-off-by: Taekjin LEE <[email protected]>
…readability Signed-off-by: Taekjin LEE <[email protected]>
…ability Signed-off-by: Taekjin LEE <[email protected]>
refactor: Transform objects to world coordinate in Odometry class refactor: Update Odometry class to get transform from tf with source frame ID feat: Update Odometry class to get transform from tf with source frame ID fix: move necessare tr2 header Signed-off-by: Taekjin LEE <[email protected]>
…lass" This reverts commit efca28a. Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
…frame ID Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
…OdometryFromTf' Signed-off-by: Taekjin LEE <[email protected]>
…OdometryFromTf' Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
…ructor Signed-off-by: Taekjin LEE <[email protected]>
…dometryFromTf Signed-off-by: Taekjin LEE <[email protected]>
…ieving transforms Signed-off-by: Taekjin LEE <[email protected]>
…ieving transforms Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
…dateTfCache Signed-off-by: Taekjin LEE <[email protected]>
0fe20db
to
53a696a
Compare
Signed-off-by: Taekjin LEE <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9912 +/- ##
==========================================
- Coverage 29.44% 29.43% -0.01%
==========================================
Files 1444 1445 +1
Lines 108611 108645 +34
Branches 42421 42430 +9
==========================================
Hits 31982 31982
- Misses 73542 73576 +34
Partials 3087 3087
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Define a class
Odometry
to integrate odometry and transform related processes.This PR do not change the main logic. However, the timing to require the transform has been changed.
Related links
Parent Issue:
How was this PR tested?
TIER IV INTERNAL
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.