pull/26010/head
Shane Smiskol 3 years ago
parent fcba2da255
commit aa8d4e7b30
  1. 2
      selfdrive/car/gm/carcontroller.py

@ -111,7 +111,7 @@ class CarController:
can_sends += gmcan.create_adas_keepalive(CanBus.POWERTRAIN)
else:
# Silence "Take Steering" alert sent by camera, send PSCMStatus with HandsOffSWlDetectionStatus=1
# Silence "Take Steering" alert sent by camera, forward PSCMStatus with HandsOffSWlDetectionStatus=1
if self.frame % 10 == 0:
can_sends.append(gmcan.create_pscm_status(self.packer_pt, CS.pscm_status, CS.pscm_status_counter))

Loading…
Cancel
Save