Skip to content

Commit

Permalink
Update controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AmorphisPZ authored Sep 6, 2023
1 parent b63748d commit 12c576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/controllers/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def omega_to_ackerman(omega, linear_v, L):
delta = arctan(L * omega/ v)
'''

delta = math.atan((L * omega) / v)
delta = math.atan((L * omega) / linear_v)

return delta

Expand Down

0 comments on commit 12c576c

Please sign in to comment.