Skip to content

Commit 7b9aaaa

Browse files
haraschaxpd0wm
authored andcommitted
Tici must be tici
1 parent 6f6432b commit 7b9aaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/test/process_replay/model_replay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def model_replay(lr, frs):
4949
vipc_server.create_buffers(VisionStreamType.VISION_STREAM_ROAD, 40, False, *(tici_f_frame_size if TICI else eon_f_frame_size))
5050
vipc_server.create_buffers(VisionStreamType.VISION_STREAM_DRIVER, 40, False, *(tici_d_frame_size if TICI else eon_d_frame_size))
5151
if TICI:
52-
vipc_server.create_buffers(VisionStreamType.VISION_STREAM_WIDE_ROAD, 40, False, *(tici_f_frame_size if TICI else eon_f_frame_size))
52+
vipc_server.create_buffers(VisionStreamType.VISION_STREAM_WIDE_ROAD, 40, False, *(tici_f_frame_size))
5353
vipc_server.start_listener()
5454

5555
sm = messaging.SubMaster(['modelV2', 'driverState'])

0 commit comments

Comments
 (0)