Used in the vector "all_lms".
Definition at line 127 of file srba_types.h.
#include <mrpt/srba/srba_types.h>
Public Member Functions | |
| TLandmarkEntry () | |
| TLandmarkEntry (bool has_known_pos_, TRelativeLandmarkPos *rfp_) | |
Public Attributes | |
| bool | has_known_pos |
| true: This landmark has a fixed (known) relative position. false: The relative pos of this landmark is an unknown of the problem. More... | |
| TRelativeLandmarkPos * | rfp |
| Pointers to elements in unknown_lms and known_lms. More... | |
|
inline |
Definition at line 132 of file srba_types.h.
|
inline |
Definition at line 133 of file srba_types.h.
| bool mrpt::srba::landmark_traits< LM_TRAITS >::TLandmarkEntry::has_known_pos |
true: This landmark has a fixed (known) relative position. false: The relative pos of this landmark is an unknown of the problem.
Definition at line 129 of file srba_types.h.
| TRelativeLandmarkPos* mrpt::srba::landmark_traits< LM_TRAITS >::TLandmarkEntry::rfp |
Pointers to elements in unknown_lms and known_lms.
Definition at line 130 of file srba_types.h.
| Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015 |