46 template <
class GRAPH_T>
53 using pose_t =
typename GRAPH_T::constraint_t::type_value;
77 virtual void loadParams(
const std::string& source_fname);
93 const std::string& section);
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.
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 ~CIncrementalNodeRegistrationDecider()=default
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.
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
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
mrpt::vision::TStereoCalibResults out
Incremental Node registration decider.
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
std::string getAsString() const
CIncrementalNodeRegistrationDecider()=default
virtual void loadParams(const std::string &source_fname)
Load the necessary for the decider/optimizer configuration parameters.