Skip to content

Commit

Permalink
drop aggressiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Sep 23, 2024
1 parent fa08f10 commit cf20762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PyFlyt/models/vehicles/acrowing/acrowing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ left_wing_flapped_params:
alpha_stall_P_base: 16 # Positive stall AoA
alpha_stall_N_base: -12 # Positive stall AoA
Cd_0: 0.01 # Skin friction coefficient
deflection_limit: 45 # Control surface deflection limit in degrees
deflection_limit: 30 # Control surface deflection limit in degrees
tau: 0.05

right_wing_flapped_params:
Expand All @@ -41,7 +41,7 @@ right_wing_flapped_params:
alpha_stall_P_base: 16 # Positive stall AoA
alpha_stall_N_base: -12 # Positive stall AoA
Cd_0: 0.01 # Skin friction coefficient
deflection_limit: 45 # Control surface deflection limit in degrees
deflection_limit: 30 # Control surface deflection limit in degrees
tau: 0.05

horizontal_tail_params:
Expand All @@ -54,7 +54,7 @@ horizontal_tail_params:
alpha_stall_P_base: 11 # Positive stall AoA
alpha_stall_N_base: -11 # Positive stall AoA
Cd_0: 0.01 # Skin friction coefficient
deflection_limit: 30 # Control surface deflection limit in degrees
deflection_limit: 20 # Control surface deflection limit in degrees
tau: 0.05

vertical_tail_params:
Expand Down

0 comments on commit cf20762

Please sign in to comment.