actually set longControlState in actuators packet (#22155)

* actually set longControlState in actuators packet

* update ref
pull/22161/head
Willem Melching 4 years ago committed by GitHub
parent 04c50e5c0c
commit 4f84e1b2ad
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

@ -450,6 +450,7 @@ class Controls:
long_plan = self.sm['longitudinalPlan'] long_plan = self.sm['longitudinalPlan']
actuators = car.CarControl.Actuators.new_message() actuators = car.CarControl.Actuators.new_message()
actuators.longControlState = self.LoC.long_control_state
if CS.leftBlinker or CS.rightBlinker: if CS.leftBlinker or CS.rightBlinker:
self.last_blinker_frame = self.sm.frame self.last_blinker_frame = self.sm.frame

@ -1 +1 @@
d55568ec276ae8789faa1f69585f3c9ab7087205 f8e923d707fc37bdc06760c4d4a40425ad270d51
Loading…
Cancel
Save