|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
21 #ifndef DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
22 #define DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
24 #include <dw/calibration/engine/common/CalibrationTypes.h>
25 #include <dw/sensors/radar/Radar.h>
83 #endif //DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
@ DW_CALIBRATION_RADAR_PITCH_METHOD_NONE
pitch calibration is disabled
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
Defines the properties of the radar.
@ DW_CALIBRATION_RADAR_PITCH_METHOD_SUPPLIER_PROVIDED
get the calibration result from radar supplier Notes: not all radar models support this mode.
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
@ DW_CALIBRATION_RADAR_PITCH_METHOD_GROUND_PLANE_BASED
ground plane based pitch estimation
struct dwCalibrationRadarParams dwCalibrationRadarParams
Calibration parameters for calibrating a radar sensor this should be added to the dwCalibrationParams...
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
dwCalibrationRadarPitchMethod
Selection for all radar pitch calibration methods.
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.
bool enableWheelRadiiEstimation
Enable radar-based estimation of wheel radii.
dwCalibrationFastAcceptanceOption fastAcceptance
Specification of fast-acceptance behaviour.
dwRadarProperties const * radarProperties
Pointer to Radar properties This pointer can't be null and needs to point to the properties of the ra...
@ DW_CALIBRATION_RADAR_PITCH_METHOD_AUTOMATIC
let the calibration engine decide if pitch calibration is enabled
dwCalibrationRadarPitchMethod pitchMode
pitch calibration mode
Calibration parameters for calibrating a radar sensor this should be added to the dwCalibrationParams...
@ DW_CALIBRATION_RADAR_PITCH_METHOD_DYNAMIC_OBJECT_BASED
dynamic object based pitch estimation
@ DW_CALIBRATION_RADAR_PITCH_METHOD_FORCE32