mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
Move minSteerSpeed to base interface
old-commit-hash: e1a2fbea5107544235df8c2e2b006f06bb9a056b
This commit is contained in:
@@ -28,8 +28,6 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.steerLimitTimer = 0.4
|
||||
tire_stiffness_factor = 1.
|
||||
|
||||
ret.minSteerSpeed = 0.
|
||||
|
||||
if candidate == CAR.SANTA_FE:
|
||||
ret.lateralTuning.pid.kf = 0.00005
|
||||
ret.mass = 3982. * CV.LB_TO_KG + STD_CARGO_KG
|
||||
|
||||
@@ -50,6 +50,7 @@ class CarInterfaceBase():
|
||||
ret.steerControlType = car.CarParams.SteerControlType.torque
|
||||
ret.steerMaxBP = [0.]
|
||||
ret.steerMaxV = [1.]
|
||||
ret.minSteerSpeed = 0.
|
||||
|
||||
# stock ACC by default
|
||||
ret.enableCruise = True
|
||||
|
||||
Reference in New Issue
Block a user