|
state-observation 1.7.0
General implementation of observers.
|
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. More...
#include <boost/assert.hpp>#include <boost/static_assert.hpp>#include <state-observation/api.h>#include <state-observation/tools/definitions.hpp>Go to the source code of this file.
Classes | |
| class | stateObservation::ObserverBase |
| The base class for observers. The observer is destinated to any dynamical system with a vector state representation. This class mostly defined an abstract interface, static constants and types. It is templated by: More... | |
Namespaces | |
| namespace | stateObservation |
| Filtering of divergent component of motion (DCM) and estimation of a bias betweeen the DCM and the corresponding zero moment point for a linearized inverted pendulum model. | |
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.
Definition in file observer-base.hpp.