|
MRPT
2.0.3
|
#include <mrpt/hmtslam/CHMTSLAM.h>
Classes | |
| struct | TBI_info |
Public Types | |
| using | Ptr = std::shared_ptr< TMessageLSLAMfromTBI > |
Public Attributes | |
| THypothesisID | hypothesisID |
| The hypothesis ID (LMH) for these results. More... | |
| CHMHMapNode::TNodeID | cur_area |
| The area for who the loop-closure has been computed. More... | |
| std::map< CHMHMapNode::TNodeID, TBI_info > | loopClosureData |
| The meat is here: only feasible loop closures from "cur_area" are included here, with associated data. More... | |
Definition at line 129 of file CHMTSLAM.h.
| CHMHMapNode::TNodeID mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromTBI::cur_area |
The area for who the loop-closure has been computed.
Definition at line 134 of file CHMTSLAM.h.
Referenced by mrpt::hmtslam::CHMTSLAM::LSLAM_process_message_from_TBI().
| THypothesisID mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromTBI::hypothesisID |
The hypothesis ID (LMH) for these results.
Definition at line 131 of file CHMTSLAM.h.
Referenced by mrpt::hmtslam::CHMTSLAM::LSLAM_process_message_from_TBI().
| 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 153 of file CHMTSLAM.h.
Referenced by mrpt::hmtslam::CHMTSLAM::LSLAM_process_message_from_TBI().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.3 Git: 8e9e8af54 Wed May 13 17:41:24 2020 +0200 at miƩ may 13 17:55:54 CEST 2020 |