Addresses brake error review comment

pull/102/head
Ted Slesinski 8 years ago
parent 97eb55cc55
commit e40c161125
  1. 3
      selfdrive/car/honda/carcontroller.py

@ -183,8 +183,7 @@ class CarController(object):
print "STEER ERROR"
self.controls_allowed = False
# crvtodo, fix brake error, might be issue with dbc.
if CS.brake_error and not CS.crv:
if CS.brake_error:
print "BRAKE ERROR"
self.controls_allowed = False

Loading…
Cancel
Save