We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4514c8 commit fd9c30cCopy full SHA for fd9c30c
v2/blob/kalman_blob.go
@@ -119,7 +119,7 @@ func (b *KalmanBlobie) Update(newb Blobie) error {
119
b.uMatrix.Set(3, 0, 0.0)
120
121
// Evaluate state
122
- state, err := b.pointTracker.Process(b.yMatrix, b.uMatrix)
+ state, err := b.pointTracker.Process(b.uMatrix, b.yMatrix)
123
if err != nil {
124
return errors.Wrap(err, "Can't process linear Kalman filter")
125
}
0 commit comments