Skip to content

Commit

Permalink
Init Params calc changes as requested by Xfacta
Browse files Browse the repository at this point in the history
  • Loading branch information
EosBandi committed Jul 3, 2024
1 parent 1d75691 commit 24299dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GCSViews/ConfigurationView/ConfigInitialParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ static void calc_values()
atc_rat_yaw_fltt = Math.Max(10, ins_gyro_filter / 2);

atc_thr_mix_man = 0.1;
ins_accel_filter = 20;
mot_thst_expo = Math.Round(0.1405 * Math.Log(prop_size) + 0.3254, 2);
ins_accel_filter = 10;
mot_thst_expo = Math.Round(0.15686 * Math.Log(prop_size) + 0.23693, 2);
mot_thst_hover = 0.2;

batt_arm_volt = (batt_cells - 1) * 0.1 + (batt_cell_min_voltage+0.3) * batt_cells;
Expand Down

0 comments on commit 24299dd

Please sign in to comment.