NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwRadarStatus Struct Reference

Detailed Description

Defines the return structure for sensor status messages.

Definition at line 327 of file RadarTypes.h.

Data Fields

float32_t x
 X-position (m) of sensor mounting in AUTOSAR-coordinates from CoG Estimated radar position/orientation as reported by the radar, refer to Radar spec for the coordinate system defintion. More...
 
float32_t y
 Y-position (m) of sensor mounting in AUTOSAR-coordinates from CoG Estimated radar position/orientation as reported by the radar, refer to Radar spec for the coordinate system defintion. More...
 
float32_t z
 Z-position (m) of sensor mounting in AUTOSAR-coordinates from CoG Estimated radar position/orientation as reported by the radar, refer to Radar spec for the coordinate system defintion. More...
 
float32_t yaw
 Yaw angle of sensor (radians) More...
 
float32_t pitch
 Pitch angle of sensor (radians) More...
 
float32_t roll
 Roll angle of sensor (radians) More...
 
float32_t azimuthDeviation [DW_RADAR_RANGE_COUNT]
 Deviation of azimuth angle for returns (radians) This is the deviation of the measured azimuth from what would be expected based on the geometric boresight of the sensor. More...
 
float32_t elevationDeviation [DW_RADAR_RANGE_COUNT]
 Deviation of elevation angle for returns (radians) This is the deviation of the elevation azimuth from what would be expected based on the geometric boresight of the sensor. More...
 
bool sensorAligned
 Indicates if the sensor is aligned. More...
 
bool sensorOK
 Indicates if this is OK. More...
 
bool sensorDisturbed
 Indicates if the sensor is disturbed due to interference. More...
 
bool sensorBlock
 Indicates if the sensor is blocked. More...
 

Field Documentation

◆ azimuthDeviation

float32_t dwRadarStatus::azimuthDeviation[DW_RADAR_RANGE_COUNT]

Deviation of azimuth angle for returns (radians) This is the deviation of the measured azimuth from what would be expected based on the geometric boresight of the sensor.

Definition at line 359 of file RadarTypes.h.

◆ elevationDeviation

float32_t dwRadarStatus::elevationDeviation[DW_RADAR_RANGE_COUNT]

Deviation of elevation angle for returns (radians) This is the deviation of the elevation azimuth from what would be expected based on the geometric boresight of the sensor.

Definition at line 364 of file RadarTypes.h.

◆ pitch

float32_t dwRadarStatus::pitch

Pitch angle of sensor (radians)

Definition at line 351 of file RadarTypes.h.

◆ roll

float32_t dwRadarStatus::roll

Roll angle of sensor (radians)

Definition at line 354 of file RadarTypes.h.

◆ sensorAligned

bool dwRadarStatus::sensorAligned

Indicates if the sensor is aligned.

Definition at line 367 of file RadarTypes.h.

◆ sensorBlock

bool dwRadarStatus::sensorBlock

Indicates if the sensor is blocked.

Definition at line 376 of file RadarTypes.h.

◆ sensorDisturbed

bool dwRadarStatus::sensorDisturbed

Indicates if the sensor is disturbed due to interference.

Definition at line 373 of file RadarTypes.h.

◆ sensorOK

bool dwRadarStatus::sensorOK

Indicates if this is OK.

Definition at line 370 of file RadarTypes.h.

◆ x

float32_t dwRadarStatus::x

X-position (m) of sensor mounting in AUTOSAR-coordinates from CoG Estimated radar position/orientation as reported by the radar, refer to Radar spec for the coordinate system defintion.

[optional: might not be populated if radar is not supporting estimation]

Definition at line 333 of file RadarTypes.h.

◆ y

float32_t dwRadarStatus::y

Y-position (m) of sensor mounting in AUTOSAR-coordinates from CoG Estimated radar position/orientation as reported by the radar, refer to Radar spec for the coordinate system defintion.

[optional: might not be populated if radar is not supporting estimation]

Definition at line 339 of file RadarTypes.h.

◆ yaw

float32_t dwRadarStatus::yaw

Yaw angle of sensor (radians)

Definition at line 348 of file RadarTypes.h.

◆ z

float32_t dwRadarStatus::z

Z-position (m) of sensor mounting in AUTOSAR-coordinates from CoG Estimated radar position/orientation as reported by the radar, refer to Radar spec for the coordinate system defintion.

[optional: might not be populated if radar is not supporting estimation]

Definition at line 345 of file RadarTypes.h.


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