39#ifndef DW_CALIBRATION_ENGINE_IMU_IMUPARAMS_H_
40#define DW_CALIBRATION_ENGINE_IMU_IMUPARAMS_H_
NVIDIA DriveWorks API: Calibration
float32_t imuSamplingRateHz
If known this entry shall indicate expected sampling rate in [Hz] of the imu sensor.
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
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.
Calibration parameters for calibrating a IMU sensor this should be added to the dwCalibrationParams p...
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
float float32_t
Specifies POD types.
Defines a two-element single-precision floating-point vector.