Compare commits
No commits in common. "e2994210404681c6d1b8999a68ee292d56fdc2f7" and "bab271bf4f7368c4c86393ec67d5c3b38dea10b5" have entirely different histories.
e299421040
...
bab271bf4f
|
|
@ -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): # 直行车道右侧出现左转
|
||||
|
|
|
|||
Loading…
Reference in New Issue