MipAlgorithms::MutLocFilInput Class Reference

Class represents MutLocFilter inputs new inputs that must be passed to filter at each iteration. More...

#include <MutLoc.h>

List of all members.

Public Member Functions

 MutLocFilInput ()
 Default constructor.
 ~MutLocFilInput ()
 Destructor.
string print ()
 Print function.

Public Attributes

int numMeas
 Number of measures.
vector< Posemeasure
 Measures.
vector< MIPMatrixmeasCov
 Covariance matrix of the measures.
Pose myConf
 Pose of the owner.
MIPMatrixmyCov
 Covariance matrix of the pose of the owner.
Pose hisConf
 Pose of the other.
MIPMatrixhisCov
 Covariance matrix of the pose of the other.
Decimal rightProb
 Probability of having the real value in the set of measures.
bool updateValue
 Says if update or not the value of a cluster using this input.
pair< bool, DecimalactualTime
 Actual time of simulation.
vector< DecimalpriorWeights
 Prior probabilities normalized.


Detailed Description

Class represents MutLocFilter inputs new inputs that must be passed to filter at each iteration.

Author:
Antonio Franchi and Paolo Stegagno

Constructor & Destructor Documentation

MipAlgorithms::MutLocFilInput::MutLocFilInput (  ) 

Default constructor.

MipAlgorithms::MutLocFilInput::~MutLocFilInput (  ) 

Destructor.


Member Function Documentation

string MipAlgorithms::MutLocFilInput::print (  ) 

Print function.


Member Data Documentation

Number of measures.

Measures.

Covariance matrix of the measures.

Pose of the owner.

Covariance matrix of the pose of the owner.

Pose of the other.

Covariance matrix of the pose of the other.

Probability of having the real value in the set of measures.

Says if update or not the value of a cluster using this input.

If true allow the filter to increment by one the value of clusters that gain a new measure by mean association in current step.
If false says to the filter to not increment values, for example if all robots of a formation are still.

Actual time of simulation.

Prior probabilities normalized.


The documentation for this class was generated from the following files:

Generated on Mon Feb 20 07:01:11 2017 for MIP by  doxygen 1.5.6