#include <WheelPhysicsControl.h>
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 |
Definition at line 12 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
float FWheelPhysicsControl::DampingRate = 1.0f |
Definition at line 20 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::LatStiffMaxLoad = 2.0f |
Definition at line 35 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::LatStiffValue = 17.0f |
Definition at line 38 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::LongStiffValue = 1000.0f |
Definition at line 41 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::MaxBrakeTorque = 1500.0f |
Definition at line 29 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::MaxHandBrakeTorque = 3000.0f |
Definition at line 32 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::MaxSteerAngle = 70.0f |
Definition at line 23 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
FVector FWheelPhysicsControl::Position = FVector::ZeroVector |
Definition at line 44 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::Radius = 30.0f |
Definition at line 26 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().
float FWheelPhysicsControl::TireFriction = 3.5f |
Definition at line 17 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Vehicle/WheelPhysicsControl.h.
Referenced by ACarlaWheeledVehicle::GetVehiclePhysicsControl(), and carla::rpc::WheelPhysicsControl::operator==().