dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
384 stars 126 forks source link

Adapted the square root components #916

Closed jmbarr closed 6 months ago

jmbarr commented 6 months ago

Adapted the square root version of the Kalman predictor and updater to inherit from the extended, rather than standard, counterparts. This gives them access to jacobian() which means non-linear models can now be used. Previously an error would be chucked.