Defines the structure for reporting sensor mount position.
Definition at line 402 of file RadarTypes.h.
Data Fields | |
uint32_t | sensorId |
Id of the sensor (vendor-specific) More... | |
dwTransformation3f | radarPosition |
Radar position. More... | |
float32_t | wheelbase |
Size of wheel-base (m) More... | |
float32_t | damping |
Damping of radome (db) More... | |
bool | isReversed |
Indicates if the sensor is reversed from its default orientation. More... | |
float32_t dwRadarMountPosition::damping |
Damping of radome (db)
Definition at line 414 of file RadarTypes.h.
bool dwRadarMountPosition::isReversed |
Indicates if the sensor is reversed from its default orientation.
Definition at line 417 of file RadarTypes.h.
dwTransformation3f dwRadarMountPosition::radarPosition |
Radar position.
Definition at line 408 of file RadarTypes.h.
uint32_t dwRadarMountPosition::sensorId |
Id of the sensor (vendor-specific)
Definition at line 405 of file RadarTypes.h.
float32_t dwRadarMountPosition::wheelbase |
Size of wheel-base (m)
Definition at line 411 of file RadarTypes.h.