nice! just as a sanity test real quick

pull/20922/head
ShaneSmiskol 4 years ago committed by GitHub
parent c908488854
commit 2d86d1c32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/honda/interface.py

@ -145,7 +145,7 @@ class CarInterface(CarInterfaceBase):
ret.communityFeature = ret.enableGasInterceptor
if not ret.openpilotLongitudinalControl: # make sure if car is controlling ACC that we don't have pedal, I'm not sure how Honda works
assert ret.enableCruise
assert not ret.enableCruise
# Certain Hondas have an extra steering sensor at the bottom of the steering rack,
# which improves controls quality as it removes the steering column torsion from feedback.

Loading…
Cancel
Save