#include <mrpt/hmtslam/CHMTSLAM.h>
Classes | |
struct | TBI_info |
Public Attributes | |
THypothesisID | hypothesisID |
The hypothesis ID (LMH) for these results. | |
CHMHMapNode::TNodeID | cur_area |
The area for who the loop-closure has been computed. | |
std::map< CHMHMapNode::TNodeID, TBI_info > | loopClosureData |
The meat is here: only feasible loop closures from "cur_area" are included here, with associated data. | |
CHMHMapNode::TNodeID mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromTBI::cur_area |
The area for who the loop-closure has been computed.
Definition at line 120 of file CHMTSLAM.h.
THypothesisID mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromTBI::hypothesisID |
The hypothesis ID (LMH) for these results.
Definition at line 118 of file CHMTSLAM.h.
std::map< CHMHMapNode::TNodeID, TBI_info > mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromTBI::loopClosureData |
The meat is here: only feasible loop closures from "cur_area" are included here, with associated data.
Definition at line 137 of file CHMTSLAM.h.
Page generated by Doxygen 1.9.7 for MRPT 1.4.0 SVN: at Tue Jun 27 17:12:06 UTC 2023 |