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
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: Cynthia Liu <[email protected]>
Co-authored-by: NorahXiong <[email protected]>
Co-authored-by: beginningfan <[email protected]>
  • Loading branch information
4 people committed Jun 3, 2024
1 parent 19ea101 commit c6d5b5b
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/TrafficSignalArray"/>
</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 c6d5b5b

Please sign in to comment.