Skip to content

Commit

Permalink
lower ff
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranyota authored and Casey Francis committed Feb 24, 2022
1 parent 172ff44 commit 1ec9dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/tunes.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def set_lat_tune(tune, name):
elif name == LatTunes.PID_N:
tune.pid.kpV = [0.35]
tune.pid.kiV = [0.15]
tune.pid.kf = 0.00007818594
tune.pid.kf = 0.00006
else:
raise NotImplementedError('This PID tune does not exist')
else:
Expand Down

0 comments on commit 1ec9dda

Please sign in to comment.