Skip to content

Commit

Permalink
feat!: replace autoware_auto_msgs with autoware_msgs for launch files (
Browse files Browse the repository at this point in the history
…autowarefoundation#7242)

* feat!: replace autoware_auto_msgs with autoware_msgs for launch files

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Co-authored-by: Cynthia Liu <cynthia.liu@autocore.ai>
Co-authored-by: NorahXiong <norah.xiong@autocore.ai>
Co-authored-by: beginningfan <beginning.fan@autocore.ai>

* Update launch/tier4_perception_launch/launch/traffic_light_recognition/traffic_light.launch.xml

---------

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Co-authored-by: Cynthia Liu <cynthia.liu@autocore.ai>
Co-authored-by: NorahXiong <norah.xiong@autocore.ai>
Co-authored-by: beginningfan <beginning.fan@autocore.ai>
Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
  • Loading branch information
5 people authored and a-maumau committed Jun 7, 2024
1 parent 641089e commit fd1d114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<node pkg="topic_tools" exec="relay" name="fusion_signals_relay" output="screen">
<param name="input_topic" value="$(var judged/traffic_signals)"/>
<param name="output_topic" value="$(var output/traffic_signals)"/>
<param name="type" value="autoware_auto_perception_msgs/msg/TrafficSignalArray"/>
<param name="type" value="autoware_perception_msgs/msg/TrafficLightGroupArray"/>
</node>
</group>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- params -->
<param name="input_topic" value="$(var interface_input_topic)"/>
<param name="output_topic" value="path_smoother/path"/>
<param name="type" value="autoware_auto_planning_msgs/msg/Trajectory"/>
<param name="type" value="autoware_planning_msgs/msg/Trajectory"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
Expand Down Expand Up @@ -221,7 +221,7 @@
<!-- params -->
<param name="input_topic" value="obstacle_velocity_limiter/trajectory"/>
<param name="output_topic" value="$(var interface_output_topic)"/>
<param name="type" value="autoware_auto_planning_msgs/msg/Trajectory"/>
<param name="type" value="autoware_planning_msgs/msg/Trajectory"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
Expand Down

0 comments on commit fd1d114

Please sign in to comment.