13template <
int States,
int Inputs,
int Outputs>
#define EXPORT_TEMPLATE_DECLARE(export)
Definition SymbolExports.hpp:94
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Generates sigma points and weights according to Van der Merwe's 2004 dissertation[1] for the Unscente...
Definition MerweScaledSigmaPoints.hpp:28
A Kalman filter combines predictions from a model and measurements to give an estimate of the true sy...
Definition UnscentedKalmanFilter.hpp:62
Definition LinearSystem.hpp:20
UnscentedKalmanFilter< States, Inputs, Outputs, MerweScaledSigmaPoints< States > > MerweUKF
Definition MerweUKF.hpp:14