You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(multi_object_tracker): mot multi-step prediction is not work as intended (autowarefoundation#6611)
* bugfix: mot multi-step prediction is not work as intended. back to one-step prediction.
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* fix: remove comment-out codes
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* fix: prediction to use variable kalman filter
a bug was found on `predictStateStep` methods
* intention: predict the future state of the variable kalman filter `ekf`
* bug: using the member kalman filter `ekf_`
* fix: get the state vector from the variable kalman filter `ekf`
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
---------
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
0 commit comments