Data Fields |
dwLidarReturnType |
availableReturns |
Bitmask of return types the lidar is configured to. |
char8_t |
deviceString[256] |
ASCII string identifying the device.
|
float32_t |
horizontalAngles[DW_SENSORS_LIDAR_MAX_ROWS] |
Lidar right-handed polar coord system, intrinsic horizontal angle offsets in spin frame, in rads, length of array with valid values is defined by 'numberOfRows' above. |
float32_t |
horizontalFOVEnd |
Lidar right-handed polar coord system, end angle in planar direction, in rads.
|
float32_t |
horizontalFOVStart |
Lidar right-handed polar coord system, start angle in planar direction, in rads.
|
size_t |
lidarSSISizeInBytes |
LidarSSI size in bytes, so user know the memory to be allocated for dwLidarDecodedPacket.lidarSSI. |
uint32_t |
numberOfRows |
Number of Rows in a spin Frame
|
uint32_t |
packetsPerSecond |
Number of packets per second the sensor produces.
|
uint32_t |
packetsPerSpin |
Number of packets per sensor full spin.
|
uint32_t |
pointsPerPacket |
Maximum number of points in a packet.
|
uint32_t |
pointsPerSecond |
Number of points per second the sensor provides.
|
uint32_t |
pointsPerSpin |
Maximum number of points on a full sensor spin.
|
uint32_t |
pointStride |
Number of 'float32' elements between points and points which lidar send.
|
float32_t |
spinFrequency |
Current spin frequency, in HZ.
|
uint64_t |
validAuxInfos |
Bitmask of valid aux info fields based on enum dwLidarAuxDataType. |
float32_t |
verticalAngles[DW_SENSORS_LIDAR_MAX_ROWS] |
Lidar right-handed polar coord system, vertical angles in spin frame, in rads, length of array with valid values is defined by 'numberOfRows' above. |
float32_t |
verticalFOVEnd |
Lidar right-handed polar coord system, end angle in vertical direction, in rads.
|
float32_t |
verticalFOVStart |
Lidar right-handed polar coord system, start angle in vertical direction, in rads.
|