11#ifndef SENSORSIMULATIONNOISEBASEHPP
12#define SENSORSIMULATIONNOISEBASEHPP
14#include <state-observation/api.h>
Definition noise-base.hpp:29
virtual Vector getNoisy(const Vector &)=0
The method to overload to produce the noisy version of a given vector.
virtual ~NoiseBase()
Virtual destructor.
Definition noise-base.hpp:32
Definitions of types and some structures.
Definition bidim-elastic-inv-pendulum-dyn-sys.hpp:21
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Definition definitions.hpp:100
Eigen::VectorXd Vector
Dynamic sized scalar vector.
Definition definitions.hpp:76