File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
velodyne_pcl/include/velodyne_pcl Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ namespace velodyne_pcl
50
50
struct PointXYZIRT
51
51
{
52
52
PCL_ADD_POINT4D; // quad-word XYZ
53
- float intensity; // /< laser intensity reading
54
- uint16_t ring; // /< laser ring number
55
- float time; // /< laser time reading
53
+ float intensity; // /< laser intensity reading
54
+ std:: uint16_t ring; // /< laser ring number
55
+ float time; // /< laser time reading
56
56
EIGEN_MAKE_ALIGNED_OPERATOR_NEW // ensure proper alignment
57
57
}
58
58
EIGEN_ALIGN16;
@@ -63,7 +63,7 @@ POINT_CLOUD_REGISTER_POINT_STRUCT(velodyne_pcl::PointXYZIRT,
63
63
(float , y, y)
64
64
(float , z, z)
65
65
(float , intensity, intensity)
66
- (uint16_t , ring, ring)
66
+ (std:: uint16_t , ring, ring)
67
67
(float , time, time))
68
68
69
69
#endif // VELODYNE_PCL_POINT_TYPES_H
You can’t perform that action at this time.
0 commit comments