11#ifndef SENSORSSIMULATIONPROBABILITYLAWSIMULATIONHPP
12#define SENSORSSIMULATIONPROBABILITYLAWSIMULATIONHPP
16#include <state-observation/api.h>
34 typename StdType = Eigen::Matrix<double, BiasType::RowsAtCompileTime, BiasType::RowsAtCompileTime>>
35 static Eigen::Matrix<double, BiasType::RowsAtCompileTime, BiasType::ColsAtCompileTime>
getGaussianMatrix(
36 BiasType bias = Eigen::Matrix<double, BiasType::RowsAtCompileTime, BiasType::ColsAtCompileTime>::Zero(),
37 StdType std = Eigen::Matrix<double, BiasType::RowsAtCompileTime, BiasType::RowsAtCompileTime>::Identity(),
52 template<
typename ReturnType = Matrix>
54 Index cols = ReturnType::ColsAtCompileTime,
68 static std::random_device
rd_;
71#include <state-observation/tools/probability-law-simulation.hxx>
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::Index Index
Definition definitions.hpp:138
Definition definitions.hpp:67
Definition definitions.hpp:72