1 #ifndef CINCREMENTALNODEREGISTRATIONDECIDER_H_WPM0MYXZ 2 #define CINCREMENTALNODEREGISTRATIONDECIDER_H_WPM0MYXZ 38 template <
class GRAPH_T>
49 using pose_t =
typename GRAPH_T::constraint_t::type_value;
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
This is a virtual base class for sets of options than can be loaded from and/or saved to configuratio...
Interface for implementing node registration classes.
virtual ~CIncrementalNodeRegistrationDecider()
Parameters structure for managing the relevant to the decider variables in a compact manner...
virtual void getDescriptiveReport(std::string *report_str) const
Fill the provided string with a detailed report of the decider/optimizer state.
virtual bool checkRegistrationConditionPose(const mrpt::poses::CPose2D &p1, const mrpt::poses::CPose2D &p2) const
This class allows loading and storing values and vectors of different types from a configuration text...
void dumpToTextStream(std::ostream &out) const
This method should clearly display all the contents of the structure in textual form, sending it to a std::ostream.
GLsizei const GLchar ** string
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle...
typename GRAPH_T::constraint_t::type_value pose_t
type of underlying poses (2D/3D).
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
typename GRAPH_T::global_pose_t global_pose_t
void loadFromConfigFile(const mrpt::config::CConfigFileBase &source, const std::string §ion)
This method load the options from a ".ini"-like file or memory-stored string list.
virtual bool checkRegistrationCondition()
If estimated position surpasses the registration max values since the previous registered node...
typename GRAPH_T::constraint_t constraint_t
Handy typedefs.
std::string getAsString() const
virtual void loadParams(const std::string &source_fname)
Load the necessary for the decider/optimizer configuration parameters.