39 #ifndef DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_ 40 #define DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_ 56 DW_DEPRECATED(
"Will be removed, please use individual 'enableSpeedFactorEstimation' / 'enableWheelRadiiEstimation' flags. If true, implies 'enableSpeedFactorEstimation=true' and 'enableWheelRadiiEstimation=true'")
87 #endif //DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_ Calibration parameters for calibrating a radar sensor this should be added to the dwCalibrationParams...
NVIDIA DriveWorks API: Radar
NVIDIA DriveWorks API: Calibration
bool enableOdometryPropertyEstimation
Enable estimation of Radar-based odometry speed factor and wheel radii.
dwRadarProperties const * radarProperties
Pointer to Radar properties This pointer can't be null and needs to point to the properties of the ra...
dwCalibrationFastAcceptanceOption fastAcceptance
Specification of fast-acceptance behaviour.
bool enableWheelRadiiEstimation
Enable radar-based estimation of wheel radii.
bool enableSpeedFactorEstimation
Enable radar-based estimation of speed factor.
#define DW_DEPRECATED(msg)
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status...
Defines the properties of the radar.
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed...
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.