NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwVehicleDynamicsProperties Struct Reference

Detailed Description

Dynamics properties.

Definition at line 318 of file Vehicle.h.

Data Fields

float32_t sideSlipAngleGradient
 Side slip angle gradient relating lateral acceleration to side slip angle. More...
 
float32_t understeerAngleGradient
 Understeer angle gradient relating lateral acceleration to steering angle deviation. More...
 
float32_t lowSpeedRearSideSlipGradientForward
 Low speed rear side slip gradient forward relating front steering angle to rear side slip angle. More...
 
float32_t lowSpeedRearSideSlipGradientBackward
 Low speed rear side slip gradient backward relating front steering angle to rear side slip angle. More...
 

Field Documentation

◆ lowSpeedRearSideSlipGradientBackward

float32_t dwVehicleDynamicsProperties::lowSpeedRearSideSlipGradientBackward

Low speed rear side slip gradient backward relating front steering angle to rear side slip angle.

[unitless] This value is valid for low speed maneuvers when the vehicle is moving backward. A positive value indicates the vehicle slips to the outside of the curve.

Definition at line 338 of file Vehicle.h.

◆ lowSpeedRearSideSlipGradientForward

float32_t dwVehicleDynamicsProperties::lowSpeedRearSideSlipGradientForward

Low speed rear side slip gradient forward relating front steering angle to rear side slip angle.

[unitless] This value is valid for low speed maneuvers when the vehicle is moving forward. A negative value indicates the vehicle slips to the outside of the curve.

Definition at line 333 of file Vehicle.h.

◆ sideSlipAngleGradient

float32_t dwVehicleDynamicsProperties::sideSlipAngleGradient

Side slip angle gradient relating lateral acceleration to side slip angle.

[rad s^2 / m] A positive side slip angle gradient indicates the vehicle slips to the outside of the curve.

Definition at line 322 of file Vehicle.h.

◆ understeerAngleGradient

float32_t dwVehicleDynamicsProperties::understeerAngleGradient

Understeer angle gradient relating lateral acceleration to steering angle deviation.

[rad s^2 / m] The understeer angle is the difference between the the actual on-road wheel angle and the steering angle of the bicycle model that follows the effective vehicle trajectory. A positive value indicates the vehicle steers to the outside of the curve.

Definition at line 328 of file Vehicle.h.


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