Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
True Prius steer ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 26, 2020
1 parent 42de3e4 commit ac51cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/toyota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), has_relay=False,
stop_and_go = True
ret.safetyParam = 50 # see conversion factor for STEER_TORQUE_EPS in dbc file
ret.wheelbase = 2.70
ret.steerRatio = 14.22 # unknown end-to-end spec
ret.steerRatio = 13.4 # unknown end-to-end spec
tire_stiffness_factor = 0.6371 # hand-tune
ret.mass = 3045. * CV.LB_TO_KG + STD_CARGO_KG

Expand All @@ -83,7 +83,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), has_relay=False,
stop_and_go = True
ret.safetyParam = 54
ret.wheelbase = 2.6924
ret.steerRatio = 15.74 # unknown end-to-end spec
ret.steerRatio = 13.4 # unknown end-to-end spec
ret.steerActuatorDelay = 0.55
tire_stiffness_factor = 0.6371 # hand-tune
ret.mass = 3115. * CV.LB_TO_KG + STD_CARGO_KG
Expand Down

0 comments on commit ac51cec

Please sign in to comment.