|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
21 #ifndef DW_CALIBRATION_ENGINE_IMU_IMUPARAMS_H_
22 #define DW_CALIBRATION_ENGINE_IMU_IMUPARAMS_H_
24 #include <dw/calibration/engine/common/CalibrationTypes.h>
58 #endif //DW_CALIBRATION_ENGINE_IMU_IMUPARAMS_H_
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
dwVector2f suspensionCompliance
Suspension angular compliance around X- and Y-axis.
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
struct dwCalibrationIMUParams dwCalibrationIMUParams
Calibration parameters for calibrating a IMU sensor this should be added to the dwCalibrationParams p...
float32_t imuSamplingRateHz
If known this entry shall indicate expected sampling rate in [Hz] of the imu sensor.
float float32_t
Specifies POD types.
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
Calibration parameters for calibrating a IMU sensor this should be added to the dwCalibrationParams p...
Defines a two-element single-precision floating-point vector.