MRXT: The Multi-Robot eXploration Tool
Multi-Robot autonomous exploration and mapping simulator.
|
Landmark struct. More...
#include <landmarksData.h>
Public Member Functions | |
landmark (const pos3d &p, const matrix &s, const float *desc, unsigned short length, unsigned short r) | |
landmark (const landmark &l) | |
landmark & | operator= (const landmark &l) |
Public Attributes | |
matrix | covariance |
unsigned short | desclength |
float * | descriptor |
pos3d | pos |
unsigned short | repeated |
Landmark struct.
Definition at line 18 of file landmarksData.h.