Commit aa34bedc authored by wangdawei's avatar wangdawei

test

parent 4f57e0a6
......@@ -14,14 +14,14 @@ struct PointInter {
float intensity;
float ring;
float label = 0;
float time;
double time;
EIGEN_MAKE_ALIGNED_OPERATOR_NEW // make sure our new allocators are aligned
} EIGEN_ALIGN16;
POINT_CLOUD_REGISTER_POINT_STRUCT(
PointInter, (float, x, x)(float, y, y)(float, z, z)
(float, intensity, intensity)(float, ring, ring)(float, label, label)
(float, time, time))
(double, time, time))
typedef pcl::PointCloud<PointInter> PointCloudInter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment