SRBA: Sparser Relative Bundle Adjustment
|
Used in the vector "all_lms"
Definition at line 127 of file srba_types.h.
#include <srba_types.h>
Public Member Functions | |
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. | |
TRelativeLandmarkPos * | rfp |
Pointers to elements in unknown_lms and known_lms. |