![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
This exception is thrown when taking the inverse of a matrix fails. More...
#include <lkf.h>
Inheritance diagram for mrs_lib::LKF< n_states, n_inputs, n_measurements >::inverse_exception:
Collaboration diagram for mrs_lib::LKF< n_states, n_inputs, n_measurements >::inverse_exception:Public Member Functions | |
| const char * | what () const throw () |
| Returns the error message, describing what caused the exception. | |
This exception is thrown when taking the inverse of a matrix fails.
You should catch this exception in your code and act accordingly if it appears (e.g. reset the state and covariance or modify the measurement/process noise parameters).
|
inline | |||||||||||||
Returns the error message, describing what caused the exception.