The Landmark struct - used to store a landmark, defined by its serial number, and its position {x,y}. More...
#include <pfuclt_aux.h>
Public Attributes | |
int | serial |
float | x |
float | y |
The Landmark struct - used to store a landmark, defined by its serial number, and its position {x,y}.
Definition at line 29 of file pfuclt_aux.h.
int pfuclt_omni_dataset::landmark_s::serial |
Definition at line 31 of file pfuclt_aux.h.
float pfuclt_omni_dataset::landmark_s::x |
Definition at line 32 of file pfuclt_aux.h.
float pfuclt_omni_dataset::landmark_s::y |
Definition at line 32 of file pfuclt_aux.h.