Update 17 Corolla safetyParam (#2175)

pull/2182/head
Shane Smiskol 5 years ago committed by GitHub
parent 54eb160e15
commit 23b38a878b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/toyota/interface.py

@ -63,7 +63,7 @@ class CarInterface(CarInterfaceBase):
elif candidate == CAR.COROLLA:
stop_and_go = False
ret.safetyParam = 100
ret.safetyParam = 88
ret.wheelbase = 2.70
ret.steerRatio = 18.27
tire_stiffness_factor = 0.444 # not optimized yet

Loading…
Cancel
Save