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