another typo

pull/24603/head
Cameron Clough 3 years ago
parent 422804ef81
commit 45cd9bf2e8
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
  1. 2
      selfdrive/car/honda/carcontroller.py

@ -221,7 +221,7 @@ class CarController:
if self.CP.carFingerprint in HONDA_BOSCH:
self.accel = clip(accel, self.params.BOSCH_ACCEL_MIN, self.params.BOSCH_ACCEL_MAX)
self.gas = interp(accel, self.params.BOSCH_GAS_LOOKUP_BP, self.params.BOSCH_GAS_LOOKUP_V)
self.gas = interp(gas, self.params.BOSCH_GAS_LOOKUP_BP, self.params.BOSCH_GAS_LOOKUP_V)
can_sends.extend(hondacan.create_acc_commands(self.packer, CC.enabled, CC.longActive, self.accel, self.gas,
idx, stopping, self.CP.carFingerprint))
else:

Loading…
Cancel
Save