Set CarControl.active (#22442)

* Set CarControl.active

* update ref
pull/22444/head
Willem Melching 4 years ago committed by GitHub
parent 1cfabc3388
commit e636f03c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/controls/controlsd.py
  2. 2
      selfdrive/test/process_replay/ref_commit

@ -537,6 +537,7 @@ class Controls:
CC = car.CarControl.new_message()
CC.enabled = self.enabled
CC.active = self.active
CC.actuators = actuators
CC.cruiseControl.cancel = CS.cruiseState.enabled and (not self.enabled or not self.CP.pcmCruise)

@ -1 +1 @@
58c5a740a25da4e70899a0466c336a7b5838f394
7736bb61869f54225a66f6cf1c43086c3fb9b507
Loading…
Cancel
Save