From a42e41ddddbc496d40d7ee883880fac45e36307e Mon Sep 17 00:00:00 2001 From: markszutor Date: Thu, 7 Mar 2024 10:57:39 +0200 Subject: [PATCH] fix: Crosswind issues (#8440) - A318 --- .../SimObjects/Airplanes/A318ceoCFM/flight_model.cfg | 6 +++--- .../SimObjects/Airplanes/A318cjCFM/flight_model.cfg | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318ceoCFM/flight_model.cfg b/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318ceoCFM/flight_model.cfg index 9748492b..68035549 100644 --- a/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318ceoCFM/flight_model.cfg +++ b/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318ceoCFM/flight_model.cfg @@ -345,7 +345,7 @@ elevator_effectiveness = 1 elevator_maxangle_scalar = 0.465 aileron_effectiveness = 0.95 rudder_effectiveness = 0.21 -rudder_maxangle_scalar = 1 +rudder_maxangle_scalar = 0.97 pitch_stability = 4 roll_stability = 0.65 yaw_stability = 1 @@ -364,8 +364,8 @@ gyro_precession_on_yaw = 0 engine_wash_on_roll = 0 ; Torque effect wingflex_scalar = 0.75 wingflex_offset = -0.25 -ground_crosswind_effect_zero_speed = -1000 -ground_crosswind_effect_max_speed = -1000 +ground_crosswind_effect_zero_speed = 10 +ground_crosswind_effect_zero_speed = 90 ground_high_speed_steeringwheel_static_friction_scalar = 1 ground_high_speed_otherwheel_static_friction_scalar = 1 diff --git a/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318cjCFM/flight_model.cfg b/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318cjCFM/flight_model.cfg index 5b8a77d8..25254926 100644 --- a/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318cjCFM/flight_model.cfg +++ b/hsim-a318ceo/src/base/lvfr-horizonsim-airbus-a318-ceo/SimObjects/Airplanes/A318cjCFM/flight_model.cfg @@ -346,7 +346,7 @@ elevator_effectiveness = 1 elevator_maxangle_scalar = 0.465 aileron_effectiveness = 0.95 rudder_effectiveness = 0.21 -rudder_maxangle_scalar = 1 +rudder_maxangle_scalar = 0.97 pitch_stability = 4 roll_stability = 0.65 yaw_stability = 1 @@ -365,8 +365,8 @@ gyro_precession_on_yaw = 0 engine_wash_on_roll = 0 ; Torque effect wingflex_scalar = 0.75 wingflex_offset = -0.25 -ground_crosswind_effect_zero_speed = -1000 -ground_crosswind_effect_max_speed = -1000 +ground_crosswind_effect_zero_speed = 10 +ground_crosswind_effect_zero_speed = 90 ground_high_speed_steeringwheel_static_friction_scalar = 1 ground_high_speed_otherwheel_static_friction_scalar = 1