From e1405a5e647280d792609a10ba9d3e522a270718 Mon Sep 17 00:00:00 2001 From: wangxu <1318272526@qq.com> Date: Tue, 11 Nov 2025 15:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A6=E8=BD=AC=E5=A4=96?= =?UTF-8?q?=E7=BD=AE=E5=88=A4=E5=AE=9Abug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/eva_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/eva_common.py b/app/eva_common.py index 64d668c..5fb8c62 100644 --- a/app/eva_common.py +++ b/app/eva_common.py @@ -450,7 +450,7 @@ def gen_dir_light_info_dict(light_infos): def check_outside_left(lane_turn_info): seen_s = False # 是否已出现直行车道 for func in lane_turn_info: - if func == '-': + if func == '-' or func in ('17', '18', '19', '20'): continue turn_type_str = g_turn2str[str(func)] if seen_s and ('l' in turn_type_str): # 直行车道右侧出现左转