filterpy icon indicating copy to clipboard operation
filterpy copied to clipboard

kinematic_kf ignores dim_z

Open rlabbe opened this issue 3 years ago • 0 comments

kinematic_kf creates the filter with dim_z=dim. I'm still working through it, I'm not sure if we should remove dim_z from the call, or use it. when dim> 1 I think dim_z has to be > 1, otherwise the shapes for H and such will make no sense.

rlabbe avatar Mar 29 '21 19:03 rlabbe