mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
This adds an overload of UnscentedKalmanFilter::Correct() that takes a custom measurement covariance but uses default mean and residual calculation functions. Closes #2965.