39#ifndef DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
40#define DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
69 DW_DEPRECATED(
"Will be removed, please use individual 'enableSpeedFactorEstimation' / 'enableWheelRadiiEstimation' flags. If true, implies 'enableSpeedFactorEstimation=true' and 'enableWheelRadiiEstimation=true'")
NVIDIA DriveWorks API: Calibration
dwCalibrationRadarPitchMethod
Selection for all radar pitch calibration methods.
@ DW_CALIBRATION_RADAR_PITCH_METHOD_DYNAMIC_OBJECT_BASED
dynamic object based pitch estimation
@ DW_CALIBRATION_RADAR_PITCH_METHOD_FORCE32
@ DW_CALIBRATION_RADAR_PITCH_METHOD_AUTOMATIC
let the calibration engine decide if pitch calibration is enabled
@ DW_CALIBRATION_RADAR_PITCH_METHOD_GROUND_PLANE_BASED
ground plane based pitch estimation
@ DW_CALIBRATION_RADAR_PITCH_METHOD_NONE
pitch calibration is disabled
dwCalibrationRadarPitchMethod pitchMode
pitch calibration mode
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...
Defines the properties of the radar.
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)