NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwRadarDetectionQuality Struct Reference

Detailed Description

Defines the quality of the detection.

Definition at line 197 of file RadarScan.h.

Data Fields

uint8_t aziQuality
 Quality of azimuth measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More...
 
uint8_t elevQuality
 Quality of elevation measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More...
 
uint8_t rangeQuality
 Quality of range measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More...
 
uint8_t dopplerQuality
 Quality of doppler velocity measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More...
 

Field Documentation

◆ aziQuality

uint8_t dwRadarDetectionQuality::aziQuality

Quality of azimuth measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.

A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error

Definition at line 203 of file RadarScan.h.

◆ dopplerQuality

uint8_t dwRadarDetectionQuality::dopplerQuality

Quality of doppler velocity measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.

A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error

Definition at line 221 of file RadarScan.h.

◆ elevQuality

uint8_t dwRadarDetectionQuality::elevQuality

Quality of elevation measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.

A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error

Definition at line 209 of file RadarScan.h.

◆ rangeQuality

uint8_t dwRadarDetectionQuality::rangeQuality

Quality of range measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.

A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error

Definition at line 215 of file RadarScan.h.


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