remove random guess param

This commit is contained in:
Chris Proctor 2025-06-26 11:44:20 -04:00
parent 59ad818194
commit edac317460
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def get_angle(rx, ry, n, i):
vec_next = get_vector(coords, coords_next)
vec_parallel, vec_perpendicular = project_onto_basis(vec_next, vec_prev)
φi = atan(mag(vec_perpendicular) / mag(vec_parallel))
return φi/3
return φi
def get_distance(rx, ry, n, i):
"""