Skip to content

Commit

Permalink
Fixed setup of the TL camera driver (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mageofboy authored Dec 4, 2021
1 parent 858869f commit 2b3ad86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pylot/component_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ def add_traffic_light_detection(tl_transform,
FLAGS.camera_image_width,
FLAGS.camera_image_height,
tl_transform, 45)
(tl_depth_camera_stream, _,
_) = pylot.operator_creator.add_camera_driver(tl_depth_camera_setup,
vehicle_id_stream,
release_sensor_stream)
(tl_depth_camera_stream, _) = \
pylot.operator_creator.add_camera_driver(tl_depth_camera_setup,
vehicle_id_stream,
release_sensor_stream)

segmented_tl_camera_setup = SegmentedCameraSetup(
'traffic_light_segmented_camera', FLAGS.camera_image_width,
Expand Down

0 comments on commit 2b3ad86

Please sign in to comment.