This commit is contained in:
2024-06-25 03:08:11 +02:00
parent af2c5c66c8
commit 4d07754f3e
31 changed files with 87 additions and 48 deletions

View File

@@ -155,7 +155,6 @@ class Road:
for j in range(len(circle_list)):
if j != middle_lane_index and len(circle_list[j]) > 0:
print(len(circle_list[j]), circle_list[j])
circle_list[j] = circle_list[j][0].optimized_path(
circle_list[j])
if len(circle_list[j]) != 1: