actually set longControlState in actuators packet (#22155)

* actually set longControlState in actuators packet

* update ref
pull/22161/head
Willem Melching 2021-09-06 20:14:01 -07:00 committed by GitHub
parent 04c50e5c0c
commit 4f84e1b2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
d55568ec276ae8789faa1f69585f3c9ab7087205
f8e923d707fc37bdc06760c4d4a40425ad270d51