Defines a LIDAR-specific point cloud data structure.
Definition at line 80 of file LidarPointCloud.h.

Data Fields | |
| uint32_t | userData [DW_LIDAR_POINT_CLOUD_USER_DATA_SIZE] |
| User defined data. More... | |
| dwPointCloud | pointCloud |
| Wrapped point cloud. More... | |
| dwLidarPointCloudMapping | mapping |
| Mapping of returns and aux channels. More... | |
| dwPointCloudReferenceFrame | coordinateFrame |
| Coordinate reference frame for the data in this pointcloud. More... | |
| dwLidarMotionCompensationInfo | motionCompensation |
| Motion compensation information. More... | |
| dwPointCloudReferenceFrame dwLidarPointCloud::coordinateFrame |
Coordinate reference frame for the data in this pointcloud.
Definition at line 89 of file LidarPointCloud.h.
| dwLidarPointCloudMapping dwLidarPointCloud::mapping |
Mapping of returns and aux channels.
Definition at line 87 of file LidarPointCloud.h.
| dwLidarMotionCompensationInfo dwLidarPointCloud::motionCompensation |
Motion compensation information.
Definition at line 91 of file LidarPointCloud.h.
| dwPointCloud dwLidarPointCloud::pointCloud |
Wrapped point cloud.
Definition at line 85 of file LidarPointCloud.h.
| uint32_t dwLidarPointCloud::userData[DW_LIDAR_POINT_CLOUD_USER_DATA_SIZE] |
User defined data.
Definition at line 83 of file LidarPointCloud.h.