NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwLidarPointXYZI Struct Reference

Detailed Description

Holds a Lidar point cloud XYZ and the associated intensity.

Definition at line 174 of file LidarTypes.h.

Data Fields

float32_t x
 Lidar right-handed coord system, planar direction, in meters unit. More...
 
float32_t y
 Lidar right-handed coord system, planar direction, in meters unit. More...
 
float32_t z
 Lidar right-handed coord system, vertical direction, in meters unit. More...
 
float32_t intensity
 Reflection intensity in range 0-X, where X can be > 1 (vendor-specific), indicating a target with (100*X)% diffuse reflectivity. More...
 

Field Documentation

◆ intensity

float32_t dwLidarPointXYZI::intensity

Reflection intensity in range 0-X, where X can be > 1 (vendor-specific), indicating a target with (100*X)% diffuse reflectivity.

Definition at line 179 of file LidarTypes.h.

◆ x

float32_t dwLidarPointXYZI::x

Lidar right-handed coord system, planar direction, in meters unit.

Definition at line 176 of file LidarTypes.h.

◆ y

float32_t dwLidarPointXYZI::y

Lidar right-handed coord system, planar direction, in meters unit.

Definition at line 177 of file LidarTypes.h.

◆ z

float32_t dwLidarPointXYZI::z

Lidar right-handed coord system, vertical direction, in meters unit.

Definition at line 178 of file LidarTypes.h.


The documentation for this struct was generated from the following file: