Shane Smiskol 2 days ago committed by GitHub
commit 4e15bad63e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/controls/controlsd.py

@ -88,6 +88,7 @@ class Controls:
model_v2 = self.sm['modelV2']
CC = car.CarControl.new_message()
if self.sm.all_checks(['selfdriveState']):
CC.enabled = self.sm['selfdriveState'].enabled
# Check which actuators can be enabled

Loading…
Cancel
Save