forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(multi_object_tracker): tracker refactoring (autowarefoundation#7271
) * feat: separate filters Signed-off-by: Taekjin LEE <[email protected]> * fix: object validator to modular Signed-off-by: Taekjin LEE <[email protected]> * fix: replace xyzrpy covariance index Signed-off-by: Taekjin LEE <[email protected]> * chore: refactor tracker class members Signed-off-by: Taekjin LEE <[email protected]> * chore: refactor Signed-off-by: Taekjin LEE <[email protected]> * chore: refactoring destructor Signed-off-by: Taekjin LEE <[email protected]> * chore: refactoring getUpdatingObject Signed-off-by: Taekjin LEE <[email protected]> * chore: refactoring object size checker Signed-off-by: Taekjin LEE <[email protected]> * fix: debugger delay calculation order is fixed Signed-off-by: Taekjin LEE <[email protected]> * fix: bicycle size update bug fix Signed-off-by: Taekjin LEE <[email protected]> * fix: renamed message package Signed-off-by: Taekjin LEE <[email protected]> * chore: refactoring Signed-off-by: Taekjin LEE <[email protected]> * feat: object parameter class Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * chore: refactor includes Signed-off-by: Taekjin LEE <[email protected]> * feat: initial impl. of object model Signed-off-by: Taekjin LEE <[email protected]> * feat: impl. object model to bicycle, big, normal Signed-off-by: Taekjin LEE <[email protected]> * feat: impl. object model to pedestrian Signed-off-by: Taekjin LEE <[email protected]> * feat: impl. cont Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * chore: fix missing refactoring Signed-off-by: Taekjin LEE <[email protected]> * fix: align unit of angles, yaw rates Signed-off-by: Taekjin LEE <[email protected]> * fix: rename tier4_autoware_utils to autoware_universe_utils Signed-off-by: Taekjin LEE <[email protected]> * fix: missing unit conversion Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * fix: sources Signed-off-by: Taekjin LEE <[email protected]> * chore: Update include and import statements Signed-off-by: Taekjin LEE <[email protected]> * fix: unit convert bug Signed-off-by: Taekjin LEE <[email protected]> * fix: update to autoware::universe_utils Signed-off-by: Taekjin LEE <[email protected]> * fix: mis-implementation of process noise Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
Showing
32 changed files
with
1,036 additions
and
896 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.