|
ground_segmentation 1.0
Ground segmentation in pointcloud
|
Simple 3D point representation (double precision). More...
#include <ground_detection_types.hpp>
Public Attributes | |
| double | x |
| double | y |
| double | z |
Simple 3D point representation (double precision).
Used for lightweight internal representations where full PCL point types are not required.
Definition at line 36 of file ground_detection_types.hpp.
| double ground_segmentation::Point::x |
Definition at line 38 of file ground_detection_types.hpp.
| double ground_segmentation::Point::y |
Definition at line 39 of file ground_detection_types.hpp.
| double ground_segmentation::Point::z |
Definition at line 40 of file ground_detection_types.hpp.