
Files | |
| file | extended-kalman-filter.hpp [code] |
| file | kalman-filter-base.hpp [code] |
| Defines the base class of a Kalman filter. | |
| file | linear-kalman-filter.hpp [code] |
| Defines the class of a Linear Kalman filter. | |
| file | observer-base.hpp [code] |
| Defines the base class of a state observer. The observer is destinated to any dynamical system with a vector state representation The file describes also the used data structures and exceptions of the derivated classes. | |
| file | tilt-estimator-humanoid.hpp [code] |
| file | tilt-estimator.hpp [code] |
| Version of the Tilt Estimator that implements all the necessary functions to perform the estimation for humanoid robots. | |
| file | zero-delay-observer.hpp [code] |
| Defines the base class of online zero delay observers. Zero delay observers are the classical state observers where input and state values at instant k and the measurement value at instant k+1 are enough to provide the estimation of the state at instant k+1. | |