DriveWorks SDK Reference
5.20.37 Release
For Test and Development only

CoordinateSystem.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) 2020-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_RIG_COORDINATESYSTEM_H_
32#define DW_RIG_COORDINATESYSTEM_H_
33// Generated by dwProto from coordinate_system.proto DO NOT EDIT BY HAND!
34// See //3rdparty/shared/dwproto/README.md for more information
35
46#include <dw/core/base/Types.h>
47
48#ifdef __cplusplus
49extern "C" {
50#endif
51
58typedef enum dwCoordinateSystem {
61
75
86
92
102
107
113
117
122
123// This amounts to max(CoordinateSystem) + 1, i.e. the required size of
124// an array if these enum values are interpreted as array offsets.
125#define DW_COORDINATE_SYSTEM_COUNT 9
126
127#ifdef __cplusplus
128}
129#endif
130
134#endif // DW_RIG_COORDINATESYSTEM_H_
NVIDIA DriveWorks API: Core Types
dwCoordinateSystem
Coordinate systems.
@ DW_COORDINATE_SYSTEM_SENSOR
DW_COORDINATE_SYSTEM_SENSOR is the local coordinate system each sensor uses.
@ DW_COORDINATE_SYSTEM_VEHICLE_CABIN
DW_COORDINATE_SYSTEM_VEHICLE_CABIN is the coordinate system attached to the cabin body suspended abov...
@ DW_COORDINATE_SYSTEM_WORLD
DW_COORDINATE_SYSTEM_WORLD is used for map/earth coordinates and is defined by the World Geodetic Sys...
@ DW_COORDINATE_SYSTEM_LOCAL
DW_COORDINATE_SYSTEM_LOCAL is a local coordinate system with origin at an arbitrary point in the worl...
@ DW_COORDINATE_SYSTEM_CUSTOM
DW_COORDINATE_SYSTEM_CUSTOM represents any arbitrary coordinate system that the developer wants to us...
@ DW_COORDINATE_SYSTEM_UNDEFINED
Default enum value indicating an undefined coordinate system.
@ DW_COORDINATE_SYSTEM_VEHICLE_BASE
DW_COORDINATE_SYSTEM_VEHICLE_BASE is the vehicle coordinate system attached to the primary body suppo...
@ DW_COORDINATE_SYSTEM_ROADPLANE
DW_COORDINATE_SYSTEM_ROADPLANE is the coordinate system attached to the plane approximating the surfa...
@ DW_COORDINATE_SYSTEM_VEHICLE_TRAILER
DW_COORDINATE_SYSTEM_VEHICLE_TRAILER is the coordinate system attached to each of the vehicle units t...