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'")
NVIDIA DriveWorks API: Calibration
dwCalibrationFastAcceptanceOption fastAcceptance
Specification of fast-acceptance behaviour.
bool enableSpeedFactorEstimation
Enable radar-based estimation of speed factor.
dwRadarProperties const * radarProperties
Pointer to Radar properties This pointer can't be null and needs to point to the properties of the ra...
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
bool enableOdometryPropertyEstimation
Enable estimation of Radar-based odometry speed factor and wheel radii.
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
bool enableWheelRadiiEstimation
Enable radar-based estimation of wheel radii.
Calibration parameters for calibrating a radar sensor this should be added to the dwCalibrationParams...
NVIDIA DriveWorks API: Radar
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.
#define DW_DEPRECATED(msg)
Defines the properties of the radar.