|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
21 #ifndef DW_CALIBRATION_ENGINE_LIDAR_LIDARPARAMS_H_
22 #define DW_CALIBRATION_ENGINE_LIDAR_LIDARPARAMS_H_
24 #include <dw/calibration/engine/common/CalibrationTypes.h>
25 #include <dw/sensors/lidar/Lidar.h>
59 #endif //DW_CALIBRATION_ENGINE_LIDAR_LIDARPARAMS_H_
Calibration parameters for calibrating a lidar 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...
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 fastAcceptance
Specification of fast-acceptance behaviour.
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.
struct dwCalibrationLidarParams dwCalibrationLidarParams
Calibration parameters for calibrating a lidar sensor this should be added to the dwCalibrationParams...
Defines the properties of the lidar.
dwLidarProperties const * lidarProperties
Pointer to Lidar properties This pointer can't be null and needs to point to the properties of the li...