Skip to content

Commit

Permalink
Set Prius safetyParam to 50 (#176)
Browse files Browse the repository at this point in the history
Need to set safetyParam to 50 because of previous dbc change
  • Loading branch information
d412k5t412 committed Aug 24, 2020
1 parent 15ab5fb commit d94c3c6
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 @@ -59,7 +59,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), has_relay=False,

if candidate == CAR.PRIUS:
stop_and_go = True
ret.safetyParam = 66 # see conversion factor for STEER_TORQUE_EPS in dbc file
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
tire_stiffness_factor = 0.6371 # hand-tune
Expand Down

0 comments on commit d94c3c6

Please sign in to comment.