Skip to content

Commit

Permalink
Update traffic light type for api relay (autowarefoundation#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
wep21 authored and tkimura4 committed Dec 13, 2021
1 parent 4b1d2a3 commit f721113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<node pkg="topic_tools" exec="relay" name="traffic_light_states">
<param name="input_topic" value="/api/autoware/set/traffic_light_states"/>
<param name="output_topic" value="/external/traffic_light_recognition/traffic_light_states"/>
<param name="type" value="autoware_perception_msgs/msg/TrafficLightStateArray"/>
<param name="type" value="autoware_auto_perception_msgs/msg/TrafficSignalArray"/>
</node>
<node pkg="topic_tools" exec="relay" name="intersection_states">
<param name="input_topic" value="/api/autoware/set/intersection_states"/>
Expand Down

0 comments on commit f721113

Please sign in to comment.