the logic was wrong entire time?

pull/24067/head
Shane Smiskol 3 years ago
parent 8f3fe43e95
commit 4dc8233aef
  1. 1
      selfdrive/car/toyota/carcontroller.py

@ -74,6 +74,7 @@ class CarController:
apply_steer_req = 0 apply_steer_req = 0
elif self.rate_limit_counter > STEER_FAULT_MAX_FRAMES: elif self.rate_limit_counter > STEER_FAULT_MAX_FRAMES:
apply_steer_req = 0 apply_steer_req = 0
self.rate_limit_counter = 0
# TODO: probably can delete this. CS.pcm_acc_status uses a different signal # TODO: probably can delete this. CS.pcm_acc_status uses a different signal
# than CS.cruiseState.enabled. confirm they're not meaningfully different # than CS.cruiseState.enabled. confirm they're not meaningfully different

Loading…
Cancel
Save