![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Defines UKF - a class implementing the Unscented Kalman Filter [3]. More...
Go to the source code of this file.
Classes | |
class | mrs_lib::UKF< n_states, n_inputs, n_measurements > |
Implementation of the Unscented Kalman filter [3]. More... | |
struct | mrs_lib::UKF< n_states, n_inputs, n_measurements >::square_root_exception |
is thrown when taking the square root of a matrix fails during sigma generation More... | |
struct | mrs_lib::UKF< n_states, n_inputs, n_measurements >::inverse_exception |
is thrown when taking the inverse of a matrix fails during kalman gain calculation More... | |
Namespaces | |
namespace | mrs_lib |
All mrs_lib functions, classes, variables and definitions are contained in this namespace. | |
Defines UKF - a class implementing the Unscented Kalman Filter [3].