NVIDIA DriveWorks API: Lidar types
Description: This file defines the Lidar sensor types.
Definition in file LidarTypes.h.
Go to the source code of this file.
Data Structures | |
| struct | dwLidarDecodedPacket |
| Defines the structure for a decoded lidar packet. More... | |
| struct | dwLidarDecodedReturn |
| Defines the return structure for an extended decoded lidar packet. More... | |
| struct | dwLidarPointRTHI |
| Holds a Lidar point cloud RTHI and the associated intensity. More... | |
| struct | dwLidarPointXYZI |
| Holds a Lidar point cloud XYZ and the associated intensity. More... | |
| struct | dwLidarProperties |
| Defines the properties of the lidar. More... | |
Macros | |
| #define | DW_SENSORS_LIDAR_MAX_RETURNS 10 |
| Maximum number of distinct lidar returns a point cloud can contain. More... | |
| #define | DW_SENSORS_LIDAR_MAX_ROWS 256 |
Typedefs | |
| typedef struct _dwLidarDecodedSSI | dwLidarDecodedSSI |
| Not available as of current release. Will be added in future release. More... | |