NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwVehicleTorqueLUT Struct Reference

Detailed Description

Throttle and brake state (input) to longitudinal force (output) lookup tables.

Definition at line 163 of file Vehicle.h.

Data Fields

float32_t throttlePedalInput [DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]
 1-d array of range of throttle pedal values (Throttle Look-up Table Input) More...
 
float32_t throttleSpeedInput [DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]
 1-d array of range of vehicle linear speed values (Throttle Look-up Table Input) [m/s] More...
 
float32_t throttleTorqueOutput [DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE][DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]
 2-d torque table, mapping a given throttle pedal position at a given speed to a torque value (Throttle Look-up Table Output) The 2d table is represented in row-major matrix with speed varying over the columns, and pedal input over rows, i.e. More...
 
float32_t brakePedalInput [DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]
 1-d array of range of brake pedal values (Brake Look-up Table Input) More...
 
float32_t brakeTorqueOutput [DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]
 1-d torque Table, mapping a given brake pedal position to a torque value (Brake Look-up Table Output) More...
 

Field Documentation

◆ brakePedalInput

float32_t dwVehicleTorqueLUT::brakePedalInput[DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]

1-d array of range of brake pedal values (Brake Look-up Table Input)

Definition at line 177 of file Vehicle.h.

◆ brakeTorqueOutput

float32_t dwVehicleTorqueLUT::brakeTorqueOutput[DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]

1-d torque Table, mapping a given brake pedal position to a torque value (Brake Look-up Table Output)

Definition at line 180 of file Vehicle.h.

◆ throttlePedalInput

float32_t dwVehicleTorqueLUT::throttlePedalInput[DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]

1-d array of range of throttle pedal values (Throttle Look-up Table Input)

Definition at line 166 of file Vehicle.h.

◆ throttleSpeedInput

float32_t dwVehicleTorqueLUT::throttleSpeedInput[DW_VEHICLE_THROTTLE_BRAKE_LUT_SIZE]

1-d array of range of vehicle linear speed values (Throttle Look-up Table Input) [m/s]

Definition at line 169 of file Vehicle.h.

◆ throttleTorqueOutput

2-d torque table, mapping a given throttle pedal position at a given speed to a torque value (Throttle Look-up Table Output) The 2d table is represented in row-major matrix with speed varying over the columns, and pedal input over rows, i.e.

throttleTorqueOutput(pedal, speed) = throttleTorqueOutput[pedal][speed]

Definition at line 174 of file Vehicle.h.


The documentation for this struct was generated from the following file: