Go to the documentation of this file.
83 template <
class GRAPH_T>
95 using pose_t =
typename GRAPH_T::constraint_t::type_value;
99 double, constraint_t::state_length, constraint_t::state_length>;
113 void loadParams(
const std::string& source_fname)
override;
155 const std::string& section)
override;
std::shared_ptr< CObservation > Ptr
Interface for implementing node registration classes.
double registration_max_distance
Maximum distance for new node registration.
bool checkRegistrationCondition2D()
Specialized checkRegistrationCondtion method used solely when dealing with 2DRangeScan information.
TSlidingWindow m_mahal_distance_ICP_odom
Keeps track of the last N measurements between the ICP edge and the corresponding odometry measuremen...
std::shared_ptr< mrpt::obs ::CSensoryFrame > Ptr
pose_t m_curr_odometry_only_pose
pose_t estimation using only odometry information.
mrpt::obs::CObservation3DRangeScan::Ptr m_last_laser_scan3D
bool m_use_angle_difference_node_reg
Interface for implementing node/edge registration deciders or optimizer classes.
typename GRAPH_T::constraint_t constraint_t
type of graph constraints
bool checkRegistrationCondition() override
Check whether a new node should be registered in the graph.
std::shared_ptr< mrpt::obs ::CActionCollection > Ptr
mrpt::vision::TStereoCalibResults out
~TParams() override=default
void dumpToTextStream(std::ostream &out) const override
This method should clearly display all the contents of the structure in textual form,...
mrpt::obs::CObservation3DRangeScan::Ptr m_curr_laser_scan3D
std::shared_ptr< mrpt::obs ::CObservation2DRangeScan > Ptr
int m_times_used_odom
How many times we used the Odometry Edge instead of the ICP edge.
decider_t & decider
Reference to outer decider class.
This class allows loading and storing values and vectors of different types from a configuration text...
mrpt::obs::CObservation2DRangeScan::Ptr m_last_laser_scan2D
handy laser scans to use in the class methods
bool checkRegistrationCondition3D()
Specialized checkRegistrationCondition method used solely when dealing with 3DRangeScan information.
This is a virtual base class for sets of options than can be loaded from and/or saved to configuratio...
void loadParams(const std::string &source_fname) override
Load the necessary for the decider/optimizer configuration parameters.
void loadFromConfigFile(const mrpt::config::CConfigFileBase &source, const std::string §ion) override
This method load the options from a ".ini"-like file or memory-stored string list.
bool updateState(mrpt::obs::CActionCollection::Ptr action, mrpt::obs::CSensoryFrame::Ptr observations, mrpt::obs::CObservation::Ptr observation) override
Update the decider state using the latest dataset measurements.
bool updateState3D(mrpt::obs::CObservation3DRangeScan::Ptr observation)
Specialized updateState method used solely when dealing with 3DRangeScan information.
bool updateState2D(mrpt::obs::CObservation2DRangeScan::Ptr observation)
Specialized updateState method used solely when dealing with 2DRangeScan information.
void getDescriptiveReport(std::string *report_str) const override
Fill the provided string with a detailed report of the decider/optimizer state.
typename GRAPH_T::constraint_t::type_value pose_t
type of underlying poses (2D/3D).
constraint_t m_latest_odometry_PDF
Odometry rigid-body transformation since the last accepted LaserScan.
~CICPCriteriaNRD() override=default
Class to monitor the evolution of a statistical quantity.
typename GRAPH_T::global_pose_t global_pose_t
mrpt::obs::CObservation2DRangeScan::Ptr m_curr_laser_scan2D
Current LaserScan.
double registration_max_angle
Maximum angle difference for new node registration.
bool m_use_distance_node_reg
ICP-based Fixed Intervals Node Registration.
pose_t m_last_odometry_only_pose
pose_t estimation using only odometry information.
int m_times_used_ICP
How many times we used the ICP Edge instead of Odometry edge.
std::shared_ptr< mrpt::obs ::CObservation3DRangeScan > Ptr
Class for keeping together all the RangeScanner-related functions.
void printParams() const override
Print the problem parameters - relevant to the decider/optimizer to the screen in a unified/compact w...
Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Sun Jul 19 15:15:43 UTC 2020 | |