remove redundant ret.steerControlType line, fix indentation in toyota/carcontroller.py (#1442)

pull/1445/head
Shane Smiskol 5 years ago committed by GitHub
parent 3fe3afeede
commit e7ae7b9850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/honda/interface.py

@ -386,8 +386,6 @@ class CarInterface(CarInterfaceBase):
else:
raise ValueError("unsupported car %s" % candidate)
ret.steerControlType = car.CarParams.SteerControlType.torque
# min speed to enable ACC. if car can do stop and go, then set enabling speed
# to a negative value, so it won't matter. Otherwise, add 0.5 mph margin to not
# conflict with PCM acc

Loading…
Cancel
Save