mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
@@ -313,7 +313,7 @@ class ModelRenderer:
|
||||
line_y = line.y
|
||||
line_z = line.z
|
||||
|
||||
points = []
|
||||
points: list = []
|
||||
|
||||
for i in range(max_idx + 1):
|
||||
# Skip points with negative x (behind camera)
|
||||
|
||||
Reference in New Issue
Block a user