diff --git a/Docs/img/tuto_suspension_blueprints.jpg b/Docs/img/tuto_suspension_blueprints.jpg index 259769e89..d59978d5f 100644 Binary files a/Docs/img/tuto_suspension_blueprints.jpg and b/Docs/img/tuto_suspension_blueprints.jpg differ diff --git a/Docs/img/tuto_suspension_blueprints.png b/Docs/img/tuto_suspension_blueprints.png new file mode 100644 index 000000000..f6cb6bc33 Binary files /dev/null and b/Docs/img/tuto_suspension_blueprints.png differ diff --git a/Docs/tuto_D_customize_vehicle_suspension.md b/Docs/tuto_D_customize_vehicle_suspension.md index d4e82ca31..deec87efc 100644 --- a/Docs/tuto_D_customize_vehicle_suspension.md +++ b/Docs/tuto_D_customize_vehicle_suspension.md @@ -17,7 +17,7 @@ The suspension system of a vehicle is defined by the wheels of said vehicle. Eac These blueprints can be found in `Content/Carla/Blueprints/Vehicles/`. They are named such as: `BP__W`. -* `F` or `R` is used for front or back wheels correspondingly. +* `F` or `R` is used for front or rear wheels correspondingly. * `R` or `L` is used for right or left wheels correspondingly. ![tuto_suspension_blueprints](img/tuto_suspension_blueprints.jpg) @@ -30,8 +30,8 @@ Inside the blueprint, there is a section with some parameterization regarding th * `Suspension Force Offset` — Vertical offset from where suspension forces are applied (along Z axis). * `Suspension Max Raise` — How far the wheel can go above the resting position. * `Suspension Max Drop` — How far the wheel can drop below the resting position. -* `Suspension Natural Frequency` — Oscillation frequency of the suspension. Standard cars have values between 5 and 10. -* `Suspension Damping Ratio` — The rate at which energy is dissipated from the spring. Standard cars have values between 0.8 and 1.2. Values < 1 are more sluggish, values > 1 are more twitchy. +* `Suspension Natural Frequency` — Oscillation frequency of the suspension. Standard cars have values between `5` and `10`. +* `Suspension Damping Ratio` — The rate at which energy is dissipated from the spring. Standard cars have values between `0.8` and `1.2`. Values `<1` are more sluggish, values `>1` are more twitchy. * `Sweep Type` — Wether wheel suspension considers simple, complex or both. ![tuto_suspension_parameterization](img/tuto_suspension_parameterization.jpg) @@ -45,12 +45,12 @@ Inside the blueprint, there is a section with some parameterization regarding th According to their system suspension, vehicles in CARLA can be classified in five groups. All the vehicles in a group have the same parameterization, as they are expected to have a similar behaviour on the road. The suspension of a vehicle can be modified at will, and is no subject to these five groups. However understanding these, and observing their behaviour in the simulation can be of great use to define a custom suspension. -The five groups are: *coupe*, *Off-road*, *Truck*, *Urban*, and *Van*. In closer observation, the parameterization of these groups follows a specific pattern. +The five groups are: *Coupe*, *Off-road*, *Truck*, *Urban*, and *Van*. In closer observation, the parameterization of these groups follows a specific pattern. - + @@ -60,7 +60,7 @@ The five groups are: *coupe*, *Off-road*, *Truck*, *Urban*, and *Van*. In closer
Stiff suspensioncoupeCoupe Urban Van Off-road

-When moving from a soft to a stiff suspension, there are some clear tendencies in their parameterization. +When moving from a soft to a stiff suspension, there are some clear tendencies in the parameterization. * __Decrease__ of `Suspension Max Raise` and `Suspension Max Drop` — Stiff vehicles are meant to drive over plane roads with no bumps. For the sake of aerodynamics, the chassis is not supposed to move greatly, but remain constantly close to the ground. * __Increase__ of `Suspension Damping Ratio` — The absortion of the bouncing by the dampers is greater for stiff vehicles. @@ -79,17 +79,16 @@ Vehicles with the stiffest suspension. Suspension Force Offset0.0
Suspension Max Raise7.5
Suspension Max Drop7.5
-Suspension Natural Frequency10.0
+Suspension Natural Frequency9.5
Suspension Damping Ratio1.0
Sweep TypeSimpleAndComplex
-vehicle.seat.leon
-vehicle.audi.a2
vehicle.audi.tt
-vehicle.tesla.model3
vehicle.lincoln.mkz2017
vehicle.mercedes-benz.coupe
+vehicle.seat.leon
+vehicle.tesla.model3
@@ -115,9 +114,9 @@ Vehicles with a soft suspension. vehicle.audi.etron
+vehicle.jeep.wrangler_rubicon
vehicle.nissan.patrol
vehicle.tesla.cybertruck
-vehicle.jeep.wrangler_rubicon
@@ -169,14 +168,15 @@ Vehicles with a soft suspension. Sweep TypeSimpleAndComplex
-vehicle.nissan.micra
-vehicle.mustang.mustang
-vehicle.mini.cooperst
-vehicle.citroen.c3
-vehicle.chevrolet.impala
-vehicle.toyota.prius
-vehicle.dodge_charger.police
+vehicle.audi.a2
vehicle.bmw.grandtourer
+vehicle.chevrolet.impala
+vehicle.citroen.c3
+vehicle.dodge_charger.police
+vehicle.mini.cooperst
+vehicle.mustang.mustang
+vehicle.nissan.micra
+vehicle.toyota.prius
@@ -196,8 +196,8 @@ Vehicles with a middle-ground suspension. Suspension Force Offset0.0
Suspension Max Raise9.0
Suspension Max Drop9.0
-Suspension Natural Frequency9.0
-Suspension Damping Ratio0.9
+Suspension Natural Frequency8.0
+Suspension Damping Ratio0.8
Sweep TypeSimpleAndComplex