NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
RadarParams.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2018-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
21 #ifndef DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
22 #define DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
23 
24 #include <dw/calibration/engine/common/CalibrationTypes.h>
25 #include <dw/sensors/radar/Radar.h>
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
45 
48 
54 {
57 
60 
66 
68  void* userData;
69 
73 
78 
79 #ifdef __cplusplus
80 } //extern C
81 #endif
82 
83 #endif //DW_CALIBRATION_ENGINE_RADAR_RADARPARAMS_H_
DW_CALIBRATION_RADAR_PITCH_METHOD_NONE
@ DW_CALIBRATION_RADAR_PITCH_METHOD_NONE
pitch calibration is disabled
Definition: RadarParams.h:34
dwCalibrationRadarParams::userData
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
Definition: RadarParams.h:68
dwRadarProperties
Defines the properties of the radar.
Definition: RadarTypes.h:424
DW_CALIBRATION_RADAR_PITCH_METHOD_SUPPLIER_PROVIDED
@ DW_CALIBRATION_RADAR_PITCH_METHOD_SUPPLIER_PROVIDED
get the calibration result from radar supplier Notes: not all radar models support this mode.
Definition: RadarParams.h:42
dwCalibrationStatusChanged
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
Definition: CalibrationTypes.h:72
DW_CALIBRATION_RADAR_PITCH_METHOD_GROUND_PLANE_BASED
@ DW_CALIBRATION_RADAR_PITCH_METHOD_GROUND_PLANE_BASED
ground plane based pitch estimation
Definition: RadarParams.h:38
dwCalibrationRadarParams
struct dwCalibrationRadarParams dwCalibrationRadarParams
Calibration parameters for calibrating a radar sensor this should be added to the dwCalibrationParams...
dwCalibrationRadarParams::onChanged
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
Definition: RadarParams.h:72
dwCalibrationRadarPitchMethod
dwCalibrationRadarPitchMethod
Selection for all radar pitch calibration methods.
Definition: RadarParams.h:32
dwCalibrationFastAcceptanceOption
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.
Definition: CalibrationBaseTypes.h:116
dwCalibrationRadarParams::enableWheelRadiiEstimation
bool enableWheelRadiiEstimation
Enable radar-based estimation of wheel radii.
Definition: RadarParams.h:56
dwCalibrationRadarParams::fastAcceptance
dwCalibrationFastAcceptanceOption fastAcceptance
Specification of fast-acceptance behaviour.
Definition: RadarParams.h:65
dwCalibrationRadarParams::radarProperties
dwRadarProperties const * radarProperties
Pointer to Radar properties This pointer can't be null and needs to point to the properties of the ra...
Definition: RadarParams.h:76
DW_CALIBRATION_RADAR_PITCH_METHOD_AUTOMATIC
@ DW_CALIBRATION_RADAR_PITCH_METHOD_AUTOMATIC
let the calibration engine decide if pitch calibration is enabled
Definition: RadarParams.h:44
dwCalibrationRadarParams::pitchMode
dwCalibrationRadarPitchMethod pitchMode
pitch calibration mode
Definition: RadarParams.h:59
dwCalibrationRadarParams
Calibration parameters for calibrating a radar sensor this should be added to the dwCalibrationParams...
Definition: RadarParams.h:53
DW_CALIBRATION_RADAR_PITCH_METHOD_DYNAMIC_OBJECT_BASED
@ DW_CALIBRATION_RADAR_PITCH_METHOD_DYNAMIC_OBJECT_BASED
dynamic object based pitch estimation
Definition: RadarParams.h:36
DW_CALIBRATION_RADAR_PITCH_METHOD_FORCE32
@ DW_CALIBRATION_RADAR_PITCH_METHOD_FORCE32
Definition: RadarParams.h:46