Skip to content

Draft: Fix issue 1357: Zeros in unscented covariance

Mark Rutten requested to merge markrutten/orekit:issue-1357 into patch-12.0.3

This fix is for issue #1357 and simply changes getEvolution in UnscentedKalmanModel to copy across the non-orbit parts of the input sigma points into the predicted sigma points.

I needed to change the initial covariance matrix in UnscentedKalmanModelTest because it wasn't positive definite. I've just changed it to be diagonal.

I haven't added a new test for this bug. Would that be a good idea?

edit: This has turned into a much more significant change. This merge request will enable the UKF to estimate both propagation and measurements parameters.

Edited by Mark Rutten

Merge request reports