Skip to content

Commit 2b3ad86

Browse files
authored
Fixed setup of the TL camera driver (#222)
1 parent 858869f commit 2b3ad86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pylot/component_creator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ def add_traffic_light_detection(tl_transform,
192192
FLAGS.camera_image_width,
193193
FLAGS.camera_image_height,
194194
tl_transform, 45)
195-
(tl_depth_camera_stream, _,
196-
_) = pylot.operator_creator.add_camera_driver(tl_depth_camera_setup,
197-
vehicle_id_stream,
198-
release_sensor_stream)
195+
(tl_depth_camera_stream, _) = \
196+
pylot.operator_creator.add_camera_driver(tl_depth_camera_setup,
197+
vehicle_id_stream,
198+
release_sensor_stream)
199199

200200
segmented_tl_camera_setup = SegmentedCameraSetup(
201201
'traffic_light_segmented_camera', FLAGS.camera_image_width,

0 commit comments

Comments
 (0)