NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
LidarParams.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2017-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_LIDAR_LIDARPARAMS_H_
22 #define DW_CALIBRATION_ENGINE_LIDAR_LIDARPARAMS_H_
23 
24 #include <dw/calibration/engine/common/CalibrationTypes.h>
25 #include <dw/sensors/lidar/Lidar.h>
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
36 {
42 
44  void* userData;
45 
49 
54 
55 #ifdef __cplusplus
56 } //extern C
57 #endif
58 
59 #endif //DW_CALIBRATION_ENGINE_LIDAR_LIDARPARAMS_H_
dwCalibrationLidarParams
Calibration parameters for calibrating a lidar sensor this should be added to the dwCalibrationParams...
Definition: LidarParams.h:35
dwCalibrationLidarParams::onChanged
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
Definition: LidarParams.h:48
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
dwCalibrationLidarParams::fastAcceptance
dwCalibrationFastAcceptanceOption fastAcceptance
Specification of fast-acceptance behaviour.
Definition: LidarParams.h:41
dwCalibrationLidarParams::userData
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
Definition: LidarParams.h:44
dwCalibrationFastAcceptanceOption
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.
Definition: CalibrationBaseTypes.h:116
dwCalibrationLidarParams
struct dwCalibrationLidarParams dwCalibrationLidarParams
Calibration parameters for calibrating a lidar sensor this should be added to the dwCalibrationParams...
dwLidarProperties
Defines the properties of the lidar.
Definition: LidarTypes.h:194
dwCalibrationLidarParams::lidarProperties
dwLidarProperties const * lidarProperties
Pointer to Lidar properties This pointer can't be null and needs to point to the properties of the li...
Definition: LidarParams.h:52