Extension of Extended Kalman Filter where in the update step, we just keep correcting until we reach some threshold.
Update ONLY
Compute the first order approximation of the non-linear measurement function using our predicted state prior.
Compute the Kalman Gain
Update the priors with the measurement using the Kalman Gain (this becomes the posterior)
second iteration
Compute the first order approximation of the non-linear measurement function using our predicted state prior.
Compute the Kalman Gain
Update the priors with the measurement using the Kalman Gain (this becomes the posterior)
repeat… keep doing this until
