desire helper: fix text flicker when changing direction (#28720)

* draft

* or this works

* or simply this
old-commit-hash: e8007950ae710a95e89075a9d456e2e000fa5f22
This commit is contained in:
Shane Smiskol
2023-06-27 13:42:32 -07:00
committed by GitHub
parent ab520fd2e5
commit 82eb958e41
+1
View File
@@ -69,6 +69,7 @@ class DesireHelper:
if not one_blinker or below_lane_change_speed:
self.lane_change_state = LaneChangeState.off
self.lane_change_direction = LaneChangeDirection.none
elif torque_applied and not blindspot_detected:
self.lane_change_state = LaneChangeState.laneChangeStarting