#include <WheelPhysicsControl.h>
◆ WheelPhysicsControl() [1/3]
carla::rpc::WheelPhysicsControl::WheelPhysicsControl |
( |
| ) |
|
|
default |
◆ WheelPhysicsControl() [2/3]
carla::rpc::WheelPhysicsControl::WheelPhysicsControl |
( |
float | in_tire_friction, |
|
|
float | in_damping_rate, |
|
|
float | in_max_steer_angle, |
|
|
float | in_radius, |
|
|
float | in_max_brake_torque, |
|
|
float | in_max_handbrake_torque, |
|
|
float | in_lat_stiff_max_load, |
|
|
float | in_lat_stiff_value, |
|
|
float | in_long_stiff_value, |
|
|
geom::Vector3D | in_position ) |
|
inline |
◆ WheelPhysicsControl() [3/3]
◆ operator FWheelPhysicsControl()
在文件 LibCarla/source/carla/rpc/WheelPhysicsControl.h 第 84 行定义.
引用了 damping_rate, FWheelPhysicsControl::DampingRate, lat_stiff_max_load, lat_stiff_value, FWheelPhysicsControl::LatStiffMaxLoad, FWheelPhysicsControl::LatStiffValue, long_stiff_value, FWheelPhysicsControl::LongStiffValue, max_brake_torque, max_handbrake_torque, max_steer_angle, FWheelPhysicsControl::MaxBrakeTorque, FWheelPhysicsControl::MaxHandBrakeTorque, FWheelPhysicsControl::MaxSteerAngle, position, FWheelPhysicsControl::Position, radius, FWheelPhysicsControl::Radius, tire_friction, FWheelPhysicsControl::TireFriction, carla::geom::Vector3D::x, carla::geom::Vector3D::y , 以及 carla::geom::Vector3D::z.
◆ operator!=()
◆ operator==()
◆ damping_rate
float carla::rpc::WheelPhysicsControl::damping_rate = 0.25f |
◆ lat_stiff_max_load
float carla::rpc::WheelPhysicsControl::lat_stiff_max_load = 2.0f |
◆ lat_stiff_value
float carla::rpc::WheelPhysicsControl::lat_stiff_value = 17.0f |
◆ long_stiff_value
float carla::rpc::WheelPhysicsControl::long_stiff_value = 1000.0f |
◆ max_brake_torque
float carla::rpc::WheelPhysicsControl::max_brake_torque = 1500.0f |
◆ max_handbrake_torque
float carla::rpc::WheelPhysicsControl::max_handbrake_torque = 3000.0f |
◆ max_steer_angle
float carla::rpc::WheelPhysicsControl::max_steer_angle = 70.0f |
◆ position
geom::Vector3D carla::rpc::WheelPhysicsControl::position = {0.0f, 0.0f, 0.0f} |
◆ radius
float carla::rpc::WheelPhysicsControl::radius = 30.0f |
◆ tire_friction
float carla::rpc::WheelPhysicsControl::tire_friction = 2.0f |
该类的文档由以下文件生成: