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
OK so with the normal linear KF, everything works fine.
However, the inplace version of calc_innovation, ie calc_innovation! errors with:
DimensionMismatch("cannot broadcast array to have fewer non-singleton dimensions")
The text was updated successfully, but these errors were encountered:
Following: https://www.kalmanfilter.net/multiExamples.html - 6 states, 2 measurements.
H = [ 1 0 0 0 0 0
0 0 0 1 0 0 ]
ie, a 2x6 matrix.
OK so with the normal linear KF, everything works fine.
However, the inplace version of calc_innovation, ie calc_innovation! errors with:
DimensionMismatch("cannot broadcast array to have fewer non-singleton dimensions")
The text was updated successfully, but these errors were encountered: