mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
actually set longControlState in actuators packet (#22155)
* actually set longControlState in actuators packet * update ref old-commit-hash: 4f84e1b2ad689fb43b06d28def2bd58abf722748
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