25 namespace perception {
39 double timestamp = 0.0;
44 float height = std::numeric_limits<float>::max();
78 typedef std::shared_ptr<PointIndices>
Ptr;
79 typedef std::shared_ptr<const PointIndices>
ConstPtr;
std::shared_ptr< const PointIndices > ConstPtr
Definition: point.h:79
std::vector< int > indices
Definition: point.h:76
T x
Definition: point.h:30
std::shared_ptr< PointIndices > Ptr
Definition: point.h:78
T z
Definition: point.h:32
const std::size_t kDefaultReservePointNum
Definition: point.h:71
PointIndices()
Definition: point.h:74
T intensity
Definition: point.h:33
T y
Definition: point.h:31
T Type
Definition: point.h:34