22 #define SYSMODEL_NUMCONDARGUMENTS_MOBILE 2 23 #define SYSMODEL_DIMENSION_MOBILE 3 45 state(1) += cos(state(3)) * vel(1);
46 state(2) += sin(state(3)) * vel(1);
bool SampleFrom(vector< Sample< MatrixWrapper::ColumnVector > > &list_samples, const int num_samples, int method=DEFAULT, void *args=NULL) const
virtual ~NonlinearSystemPdf()
Destructor.
NonlinearSystemPdf(const Gaussian &additiveNoise)
Constructor.
Class representing Gaussian (or normal density)
void ValueSet(const T &value)
Set the value of the Sample.
virtual bool SampleFrom(Sample< MatrixWrapper::ColumnVector > &one_sample, int method=DEFAULT, void *args=NULL) const
Abstract Class representing conditional Pdfs P(x | ...)
const MatrixWrapper::ColumnVector & ConditionalArgumentGet(unsigned int n_argument) const
Get the n-th argument of the list.
T & ValueGet()
Get the value of the Sample.
#define SYSMODEL_NUMCONDARGUMENTS_MOBILE
#define SYSMODEL_DIMENSION_MOBILE