Loading [MathJax]/extensions/tex2jax.js
  • <xmp id="om0om">
  • <table id="om0om"><noscript id="om0om"></noscript></table>

  • DriveWorks SDK Reference
    5.20.37 Release
    For Test and Development only

    All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
    VehicleIOCapabilities.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) 2022-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_CONTROL_VEHICLEIO_VEHICLEIOCAPABILITIES_H_
    32#define DW_CONTROL_VEHICLEIO_VEHICLEIOCAPABILITIES_H_
    33// Generated by dwProto from vehicle_io_capabilities.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
    38#ifdef __cplusplus
    39extern "C" {
    40#endif
    41
    42#define DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES 75
    43
    48{
    83
    84#ifdef __cplusplus
    85}
    86#endif
    87
    88#endif // DW_CONTROL_VEHICLEIO_VEHICLEIOCAPABILITIES_H_
    NVIDIA DriveWorks API: Core Types
    float32_t throttleValueLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    int32_t steeringWheelAngleLUTSize
    Size of the corresponding lookup table.
    int32_t throttleValueLUTSize
    Size of the corresponding lookup table.
    float32_t curvatureLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t frontSteeringSpeedLowSpeedLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed/10.0 (m/s), i.e. LUT[i] is the capability value at speed = 10....
    uint32_t curvatureRateC0LUTSize
    Stores the occupied/valid length of curvatureRateC0LUT.
    float32_t frontSteeringAngleLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t reverseSpeedLimit
    Normally a negative value (m/s)
    int32_t steeringSpeedLUTSize
    Size of the corresponding lookup table.
    int32_t frontSteeringAngleLUTSize
    Size of the corresponding lookup table.
    #define DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES
    float32_t frontSteeringSpeedLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t maxAccelerationLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t frontSteeringAngleLowSpeedLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed/10.0 (m/s), i.e. LUT[i] is the capability value at speed = 10....
    float32_t curvatureRateC0LUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    int32_t frontSteeringSpeedLowSpeedLUTSize
    Size of the corresponding lookup table.
    int32_t frontSteeringAngleLowSpeedLUTSize
    Size of the corresponding lookup table.
    int32_t brakeValueLUTSize
    Size of the corresponding lookup table.
    int32_t curvatureRateL2PlusLUTSize
    Size of the corresponding lookup table.
    int32_t curvatureLUTSize
    Size of the corresponding lookup table.
    int32_t maxAccelerationLUTSize
    Size of the corresponding lookup table.
    float32_t curvatureRateLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t steeringWheelAngleLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    uint32_t curvatureC0LUTSize
    Stores the occupied/valid length of curvatureC0LUT.
    int32_t minAccelerationLUTSize
    Size of the corresponding lookup table.
    float32_t minAccelerationLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t brakeValueLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t curvatureL2PlusLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    int32_t curvatureL2PlusLUTSize
    Size of the corresponding lookup table.
    int32_t curvatureRateLUTSize
    Size of the corresponding lookup table.
    int32_t frontSteeringSpeedLUTSize
    Size of the corresponding lookup table.
    float32_t curvatureRateL2PlusLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t steeringSpeedLUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    float32_t curvatureC0LUT[DW_VEHICLEIO_SPEED_LUT_MAX_ENTRIES]
    Lookup Table indexed by speed (m/s), i.e. LUT[i] is the capability value at speed = i m/s.
    VehicleIO Capabilities.
    float float32_t
    Specifies POD types.
    Definition: BasicTypes.h:59
    人人超碰97caoporen国产