Compare commits

..

No commits in common. "e2994210404681c6d1b8999a68ee292d56fdc2f7" and "bab271bf4f7368c4c86393ec67d5c3b38dea10b5" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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 == '-' or func in ('17', '18', '19', '20'):
if func == '-':
continue
turn_type_str = g_turn2str[str(func)]
if seen_s and ('l' in turn_type_str): # 直行车道右侧出现左转