Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
change image size in config
Browse files Browse the repository at this point in the history
update traffic_light_config to use the simulator's new 800x600 camera image size
  • Loading branch information
ckirksey3 authored Aug 24, 2017
1 parent 281f959 commit b74f35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros/src/tl_detector/traffic_light_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
'camera_info': {
'focal_length_x':0.97428,
'focal_length_y':1.73205,
'image_width': 2560,
'image_height': 1280
'image_width': 800,
'image_height': 600
},
'light_positions': [
(1148.56, 1184.65),
Expand Down

0 comments on commit b74f35e

Please sign in to comment.