actually set longControlState in actuators packet (#22155)

* actually set longControlState in actuators packet

* update ref
old-commit-hash: 4f84e1b2ad
commatwo_master
Willem Melching 4 years ago committed by GitHub
parent 31f0f101d1
commit 83ce6c65bb
  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']
actuators = car.CarControl.Actuators.new_message()
actuators.longControlState = self.LoC.long_control_state
if CS.leftBlinker or CS.rightBlinker:
self.last_blinker_frame = self.sm.frame

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