Fix kpBP typo

pull/24875/head
Jason Shuler 3 years ago
parent 506b801062
commit 8a1da4a826
  1. 2
      panda
  2. 2
      selfdrive/car/gm/interface.py

@ -1 +1 @@
Subproject commit 42772b49e313688f8f96114806a72784f978e990
Subproject commit 0ca1514d2c78cbbdaf4103b0b372f16a47f3b592

@ -156,7 +156,7 @@ class CarInterface(CarInterfaceBase):
ret.pcmCruise = True # CC is on
# Tune
ret.steerActuatorDelay = 0.11
ret.lateralTuning.pid.kpBP = [[10., 41.0], [10., 41.0]]
ret.lateralTuning.pid.kpBP = [10., 41.0]
ret.lateralTuning.pid.kpV = [0.13, 0.23]
elif candidate == CAR.BOLT_EUV:

Loading…
Cancel
Save