PCL struct fix build error

This commit is contained in:
Sabeeh Khan
2021-05-20 10:02:52 -05:00
parent eb79e91fc2
commit bcf015d856

View File

@@ -22,7 +22,7 @@ struct mmWaveCloudType
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
} EIGN_ALIGN16;
POINT_CLOUD_REGISTER_POINT_STRUCT (MyPointType,
POINT_CLOUD_REGISTER_POINT_STRUCT (mmWaveCloudType,
(float, x, x)
(float, y, y)
(float, z, z)