wip
This commit is contained in:
@@ -641,7 +641,6 @@ class Controls:
|
||||
if model_v2.meta.laneChangeState == LaneChangeState.laneChangeStarting and clearpilot_disable_lat_on_lane_change:
|
||||
CC.latActive = False
|
||||
self.params_memory.put_int("no_lat_lane_change", 1)
|
||||
# self.params_memory.put_int("CurrentRandomEvent", 1)
|
||||
else:
|
||||
self.params_memory.put_int("no_lat_lane_change", 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user