Skip to content

Commit

Permalink
fix: Crosswind issues (#8440) - A319
Browse files Browse the repository at this point in the history
  • Loading branch information
markszutor committed Mar 7, 2024
1 parent a42e41d commit 0f02047
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0f02047

Please sign in to comment.