-
Notifications
You must be signed in to change notification settings - Fork 665
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): mot bicycle model revision (#6082)
* fix: bicycle model length on big vehicle Signed-off-by: Taekjin LEE <[email protected]> * fix: rear axis position fix in all modalities Signed-off-by: Taekjin LEE <[email protected]> * fix: repeat predict to limit dt Signed-off-by: Taekjin LEE <[email protected]> * fix: implement repeating prediction to all modalities Signed-off-by: Taekjin LEE <[email protected]> * fix: bicycle model revision Signed-off-by: Taekjin LEE <[email protected]> * fix: fix centripetal acceleration, jacobian Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * chore: equation on description, velocity index fix Signed-off-by: Taekjin LEE <[email protected]> * fix: markdown math Signed-off-by: Taekjin LEE <[email protected]> * chore: refactor params Signed-off-by: Taekjin LEE <[email protected]> * feat: model slip process rate Signed-off-by: Taekjin LEE <[email protected]> * feat: yaw rate limits Signed-off-by: Taekjin LEE <[email protected]> * chore: refactor vx to vel, follow actual definition Signed-off-by: Taekjin LEE <[email protected]> * fix: acceleration uncertainty equation fix Signed-off-by: Taekjin LEE <[email protected]> * fix: twist covariance matrix Signed-off-by: Taekjin LEE <[email protected]> * chore: explanations of Kalman filter matrices Signed-off-by: Taekjin LEE <[email protected]> * feat: slip angle process noise model revised Signed-off-by: Taekjin LEE <[email protected]> * feat: parameter tuning Signed-off-by: Taekjin LEE <[email protected]> * fix: use mahalanobis distance gate with larger threshold Signed-off-by: Taekjin LEE <[email protected]> * chore: align tracker format Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yoshi Ri <[email protected]> Co-authored-by: Kotaro Yoshimoto <[email protected]>
- Loading branch information
1 parent
76cc954
commit dbdc238
Showing
8 changed files
with
702 additions
and
401 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
Oops, something went wrong.