DriveWorks SDK Reference
5.20.37 Release
For Test and Development only

SelfCalibrationIMUDiagnostics.h
Go to the documentation of this file.
1
2// This code contains NVIDIA Confidential Information and is disclosed
3// under the Mutual Non-Disclosure Agreement.
4//
5// Notice
6// ALL NVIDIA DESIGN SPECIFICATIONS AND CODE ("MATERIALS") ARE PROVIDED "AS IS"
7// NVIDIA MAKES NO REPRESENTATIONS, WARRANTIES, EXPRESSED, IMPLIED, STATUTORY,
8// OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ANY
9// IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A
10// PARTICULAR PURPOSE.
11//
12// NVIDIA Corporation assumes no responsibility for the consequences of use of
13// such information or for any infringement of patents or other rights of third
14// parties that may result from its use. No license is granted by implication or
15// otherwise under any patent or patent rights of NVIDIA Corporation. No third
16// party distribution is allowed unless expressly authorized by NVIDIA. Details
17// are subject to change without notice. This code supersedes and replaces all
18// information previously supplied. NVIDIA Corporation products are not
19// authorized for use as critical components in life support devices or systems
20// without express written approval of NVIDIA Corporation.
21//
22// Copyright (c) 2023-2024 NVIDIA Corporation. All rights reserved.
23//
24// NVIDIA Corporation and its licensors retain all intellectual property and
25// proprietary rights in and to this software and related documentation and any
26// modifications thereto. Any use, reproduction, disclosure or distribution of
27// this software and related documentation without an express license agreement
28// from NVIDIA Corporation is strictly prohibited.
29//
31#ifndef DW_CALIBRATION_ENGINE_COMMON_SELFCALIBRATIONIMUDIAGNOSTICS_H_
32#define DW_CALIBRATION_ENGINE_COMMON_SELFCALIBRATIONIMUDIAGNOSTICS_H_
33// Generated by dwProto from self_calibration_imu_diagnostics.proto DO NOT EDIT BY HAND!
34// See //3rdparty/shared/dwproto/README.md for more information
35
36#include <dw/core/base/Types.h>
37
39#include <dw/rig/Rig.h>
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
50{
53
56
59
62
65
68
71
75
78{
81
84
87
90
94
97{
100
103
107
114{
117
120
123
126
129
132
135
138
141
143 uint64_t cycleCount;
144
147
150
153
157
158#ifdef __cplusplus
159}
160#endif
161
162#endif // DW_CALIBRATION_ENGINE_COMMON_SELFCALIBRATIONIMUDIAGNOSTICS_H_
NVIDIA DriveWorks API: Calibration
Defines a three-element floating-point vector.
Definition: MatrixTypes.h:76
#define DW_MAX_RIG_SENSOR_NAME_SIZE
Defines the maximum length of a sensor name in a rig.
Definition: RigTypes.h:57
NVIDIA DriveWorks API: Rig Configuration
dwTime_t sensorTimestamp
sensor pose timestamp (should match exactly to the calibrationSensorToRig timestamp)
uint32_t longHistNumberOfOutliers
number of outliers for a long-term histogram, zero if this parameter is not applicable
dwVector3f correctionsRPY
corrections sensor RPY [deg]
dwSelfCalibrationImuOutputMonitorDiagnostics outputs
output monitor diagnostics
uint32_t debouncedVehicleIOSpeedSignalIntegrityErrors
number of reported SEH-errors due to vehicleIO speed signal integrity failures
dwVector3f nominalRPYDeg
nominal sensor RPY [deg]
uint32_t debouncedVehicleIOSpeedRangeAndRateErrors
number of reported SEH-errors due to vehicleIO speed range and rate monitor failures
dwVector3f correctionsPosition
corrections sensor XYZ [meters]
char8_t sensorName[DW_MAX_RIG_SENSOR_NAME_SIZE]
sensor name
dwSelfCalibrationImuParameterEstimatorDiagnostics upAzimuthDiagnostics
up azimuth estimation diagnostics
uint32_t vehicleIOSpeedSignalIntegrityErrors
number of errors in the imu signal integrity monitor
uint32_t vehicleIOSpeedRangeAndRateErrors
number of errors in the vehicleIO speed range and rate monitor
dwSelfCalibrationImuParameterEstimatorDiagnostics upInclinationDiagnostics
up inclination estimation diagnostics
dwCalibrationSignalStateArray signalStates
supported calibration signal states
uint32_t debouncedImuSignalIntegrityErrors
number of reported SEH-errors due to imu frame signal integrity failures
uint64_t totalRoutineErrors
number of reported SEH-errors due to calibration failures (timeout, deadjusted or algorithmic failure...
uint32_t debouncedImuRangeAndRateErrors
number of reported SEH-errors due to imu frame signal failures
dwSelfCalibrationImuInputMonitorDiagnostics inputs
input monitor diagnostics
dwVector3f nominalPositionM
nominal sensor XYZ [meters]
float32_t longHistTotalNumVotes
total number of votes in all bins of a long-term histogram, zero if this parameter is not applicable
uint32_t routineTimeoutErrors
number of routine timeout monitor errors
dwSelfCalibrationImuParameterEstimatorDiagnostics forwardAzimuthDiagnostics
forward azimuth estimation diagnostics
uint32_t routineFailureErrors
number of routine failure monitor errors
float32_t longHistMaxVotes
maximal number of votes in a single bin of a long-term histogram, zero if this parameter is not appli...
dwSelfCalibrationImuParameterEstimatorDiagnostics forwardInclinationDiagnostics
forward inclination estimation diagnostics
uint32_t sensorDeadjustedErrors
number of the routine deadjusted monitor errors
uint64_t cycleCount
calibration cycle index
uint32_t imuRangeAndRateErrors
number of errors in the imu frame range and rate monitor
uint32_t routineNotAcceptedErrors
number of routine not-accepted (inprep mode) monitor errors
uint32_t imuSignalIntegrityErrors
number of errors in the imu signal integrity monitor
self-calibration imu diagnostic data
self-calibration IMU diagnostic data for input monitoring:
self-calibration IMU diagnostic data for output monitoring:
IMU estimator parameters for an individual signal.
NVIDIA DriveWorks API: Core Types
float float32_t
Specifies POD types.
Definition: BasicTypes.h:59
int64_t dwTime_t
Specifies a timestamp unit, in microseconds.
Definition: BasicTypes.h:65