#include <lidar_segmentation.h>
Public Member Functions | |
Point () | |
Public Attributes | |
int | cluster_id |
int | iteration |
int | label |
double | range |
double | theta |
double | x |
double | y |
Class with a corresponding x y theta range label and iteration of a laser point read from the txt file
Definition at line 77 of file lidar_segmentation.h.
Point::Point | ( | ) | [inline] |
Definition at line 81 of file lidar_segmentation.h.
id of the GT cluster which point is assigned to
Definition at line 96 of file lidar_segmentation.h.
int Point::iteration |
iteration which the point belongs
Definition at line 97 of file lidar_segmentation.h.
int Point::label |
point's position in the incoming Laser Scan
Definition at line 95 of file lidar_segmentation.h.
double Point::range |
point's range value
Definition at line 94 of file lidar_segmentation.h.
double Point::theta |
point's angle value
Definition at line 93 of file lidar_segmentation.h.
double Point::x |
x coordinate
Definition at line 91 of file lidar_segmentation.h.
double Point::y |
y coordinate
Definition at line 92 of file lidar_segmentation.h.