Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Fix topic name of external traffic light input (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
wep21 authored and taichiH committed Jun 11, 2021
1 parent 0479ed0 commit 4947ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def generate_launch_description():
('~/input/traffic_light_states',
'/perception/traffic_light_recognition/traffic_light_states'),
('~/input/external_traffic_light_states',
'/foa/traffic_light_recognition/traffic_light_states'),
'/awapi/traffic_light/put/traffic_light_status'),
('~/output/path', 'path'),
('~/output/stop_reasons',
'/planning/scenario_planning/status/stop_reasons'),
Expand Down

0 comments on commit 4947ee0

Please sign in to comment.