Skip to content

Commit

Permalink
increase value for azi_weight to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotbso committed Jul 25, 2023
1 parent 43ed905 commit 832d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodgs.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ find_nearest_ramp()
}

// for the final comparison give azimuth a higher weight
static const float azi_weight = 3.0;
static const float azi_weight = 4.0;
d = sqrt(SQR(azi_weight * local_x)+ SQR(local_z));

if (d < dist) {
Expand Down

0 comments on commit 832d607

Please sign in to comment.