|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
12 #ifndef DW_RIG_COORDINATESYSTEM_H_
13 #define DW_RIG_COORDINATESYSTEM_H_
29 #include <dw/core/base/Types.h>
111 #define DW_COORDINATE_SYSTEM_COUNT 9
120 #endif // DW_RIG_COORDINATESYSTEM_H_
@ 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_SENSOR
DW_COORDINATE_SYSTEM_SENSOR is the local coordinate system each sensor uses.
@ DW_COORDINATE_SYSTEM_UNDEFINED
Default enum value indicating an undefined coordinate system.
@ DW_COORDINATE_SYSTEM_ROADPLANE
DW_COORDINATE_SYSTEM_ROADPLANE is the coordinate system attached to the plane approximating the surfa...
@ DW_COORDINATE_SYSTEM_VEHICLE_BASE
DW_COORDINATE_SYSTEM_VEHICLE_BASE is the vehicle coordinate system attached to the primary body suppo...
@ DW_COORDINATE_SYSTEM_VEHICLE_TRAILER
DW_COORDINATE_SYSTEM_VEHICLE_TRAILER is the coordinate system attached to each of the vehicle units t...
@ DW_COORDINATE_SYSTEM_VEHICLE_CABIN
DW_COORDINATE_SYSTEM_VEHICLE_CABIN is the coordinate system attached to the cabin body suspended abov...
@ DW_COORDINATE_SYSTEM_CUSTOM
DW_COORDINATE_SYSTEM_CUSTOM represents any arbitrary coordinate system that the developer wants to us...
dwCoordinateSystem
Coordinate systems.
@ DW_COORDINATE_SYSTEM_LOCAL
DW_COORDINATE_SYSTEM_LOCAL is a local coordinate system with origin at an arbitrary point in the worl...