mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 08:52:05 +08:00
actually set longControlState in actuators packet (#22155)
* actually set longControlState in actuators packet * update ref
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user