mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-08 01:35:40 +08:00
Adjust SafetyParam to 100 as it can do 130
This commit is contained in:
@@ -209,7 +209,7 @@ class CarInterface(object):
|
||||
|
||||
elif candidate == CAR.LEXUS_ISH:
|
||||
stop_and_go = True
|
||||
ret.safetyParam = 66
|
||||
ret.safetyParam = 100
|
||||
ret.wheelbase = 2.80 # in spec
|
||||
ret.steerRatio = 13.3 # in spec
|
||||
tire_stiffness_factor = 0.444 # from camry
|
||||
|
||||
Reference in New Issue
Block a user