1 #ifndef CINCREMENTALNODEREGISTRATIONDECIDER_H_WPM0MYXZ     2 #define CINCREMENTALNODEREGISTRATIONDECIDER_H_WPM0MYXZ    46 template <
class GRAPH_T>
    57         typedef typename GRAPH_T::constraint_t::type_value 
pose_t;
 CIncrementalNodeRegistrationDecider()
 
virtual void printParams() const
Print the problem parameters - relevant to the decider/optimizer to the screen in a unified/compact w...
 
double registration_max_distance
 
Interface for implementing node registration classes. 
 
virtual ~CIncrementalNodeRegistrationDecider()
 
Parameters structure for managing the relevant to the decider variables in a compact manner...
 
void dumpToTextStream(mrpt::utils::CStream &out) const
This method should clearly display all the contents of the structure in textual form, sending it to a CStream. 
 
virtual void getDescriptiveReport(std::string *report_str) const
Fill the provided string with a detailed report of the decider/optimizer state. 
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
virtual bool checkRegistrationConditionPose(const mrpt::poses::CPose2D &p1, const mrpt::poses::CPose2D &p2) const
 
GRAPH_T::constraint_t::type_value pose_t
type of underlying poses (2D/3D). 
 
CIncrementalNodeRegistrationDecider< GRAPH_T > decider_t
self type - Handy typedef 
 
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
 
GRAPH_T::global_pose_t global_pose_t
 
void loadFromConfigFile(const mrpt::utils::CConfigFileBase &source, const std::string §ion)
This method load the options from a ".ini"-like file or memory-stored string list. 
 
GRAPH_T::constraint_t constraint_t
Handy typedefs. 
 
GLsizei const GLchar ** string
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
mrpt::graphslam::deciders::CNodeRegistrationDecider< GRAPH_T > parent_t
Node Registration Decider. 
 
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle...
 
A class used to store a 3D pose (a 3D translation + a rotation in 3D). 
 
Incremental Node registration decider. 
 
GLsizei GLsizei GLchar * source
 
double registration_max_angle
 
virtual bool checkRegistrationCondition()
If estimated position surpasses the registration max values since the previous registered node...
 
std::string getAsString() const
 
This is a virtual base class for sets of options than can be loaded from and/or saved to configuratio...
 
virtual void loadParams(const std::string &source_fname)
Load the necessary for the decider/optimizer configuration parameters.