Skip to content

Commit

Permalink
chart vals
Browse files Browse the repository at this point in the history
Co-Authored-By: Willem Melching <willem.melching@gmail.com>
  • Loading branch information
Casey Francis and pd0wm committed Jun 4, 2022
1 parent 5ae4d6e commit 6be8366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=[], disabl
tire_stiffness_factor = 0.6371 # hand-tune
ret.mass = 3115. * CV.LB_TO_KG + STD_CARGO_KG
if Params().get_bool('Torque'):
set_lat_tune(ret.lateralTuning, LatTunes.TORQUE, MAX_LAT_ACCEL=2.00191, FRICTION=0.112391)
set_lat_tune(ret.lateralTuning, LatTunes.TORQUE, MAX_LAT_ACCEL=2.009141, FRICTION=0.112391)
else:
set_lat_tune(ret.lateralTuning, LatTunes.PID_N)

Expand Down

0 comments on commit 6be8366

Please sign in to comment.