CARLA
Public Attributes | List of all members
FWheelPhysicsControl Struct Reference

#include <WheelPhysicsControl.h>

+ Collaboration diagram for FWheelPhysicsControl:

Public Attributes

float DampingRate = 1.0f
 
float LatStiffMaxLoad = 2.0f
 
float LatStiffValue = 17.0f
 
float LongStiffValue = 1000.0f
 
float MaxBrakeTorque = 1500.0f
 
float MaxHandBrakeTorque = 3000.0f
 
float MaxSteerAngle = 70.0f
 
FVector Position = FVector::ZeroVector
 
float Radius = 30.0f
 
float TireFriction = 3.5f
 

Detailed Description

Definition at line 12 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.

Member Data Documentation

◆ DampingRate

float FWheelPhysicsControl::DampingRate = 1.0f

◆ LatStiffMaxLoad

float FWheelPhysicsControl::LatStiffMaxLoad = 2.0f

◆ LatStiffValue

float FWheelPhysicsControl::LatStiffValue = 17.0f

◆ LongStiffValue

float FWheelPhysicsControl::LongStiffValue = 1000.0f

◆ MaxBrakeTorque

float FWheelPhysicsControl::MaxBrakeTorque = 1500.0f

◆ MaxHandBrakeTorque

float FWheelPhysicsControl::MaxHandBrakeTorque = 3000.0f

◆ MaxSteerAngle

float FWheelPhysicsControl::MaxSteerAngle = 70.0f

◆ Position

FVector FWheelPhysicsControl::Position = FVector::ZeroVector

◆ Radius

float FWheelPhysicsControl::Radius = 30.0f

◆ TireFriction

float FWheelPhysicsControl::TireFriction = 3.5f

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