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.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |