-
Notifications
You must be signed in to change notification settings - Fork 658
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): object position update by size change #7170
Merged
technolojin
merged 5 commits into
autowarefoundation:main
from
technolojin:feat/mot_obj_position_update_by_size_change
Jun 12, 2024
Merged
feat(multi_object_tracker): object position update by size change #7170
technolojin
merged 5 commits into
autowarefoundation:main
from
technolojin:feat/mot_obj_position_update_by_size_change
Jun 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
label
May 30, 2024
technolojin
force-pushed
the
feat/mot_obj_position_update_by_size_change
branch
4 times, most recently
from
June 5, 2024 00:15
e588c07
to
dcde715
Compare
technolojin
added
the
tag:run-build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Jun 5, 2024
technolojin
force-pushed
the
feat/mot_obj_position_update_by_size_change
branch
from
June 5, 2024 04:30
dcde715
to
322d5a7
Compare
4 tasks
Signed-off-by: Taekjin LEE <[email protected]>
… previous object size Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
technolojin
force-pushed
the
feat/mot_obj_position_update_by_size_change
branch
from
June 10, 2024 00:34
bac8e28
to
3d73987
Compare
YoshiRi
approved these changes
Jun 12, 2024
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
KhalilSelyan
pushed a commit
that referenced
this pull request
Jul 22, 2024
) * fix: update object position offset caused by size change Signed-off-by: Taekjin LEE <[email protected]> * fix: update object size only by updating object size, do not memorize previous object size Signed-off-by: Taekjin LEE <[email protected]> * fix: rename message package Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
tag:run-build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is to simplify the implementation of #2238, which is a logic to eliminate center position changes due to the detected object size change.
This modification updates objects center point without having impact on its motion model.
In this image, X_(t+1) will be updated to the new C_x and therefore C_x becomes zero.
Therefore, it does not need to contain specific information such as nearest corner or offset, also not need to recover gap between tracker position and object center position.
Tests performed
*(4th Jun) TIER IV INTERNAL test passed 260/264
Effects on system behavior
Not applicable.
Interface changes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.