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