Skip to content

Commit

Permalink
fix: use autoware_auto_msgs (autowarefoundation#197)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
tkimura4 authored and isamu-takagi committed Dec 17, 2021
1 parent 93ab9f3 commit 971b886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def launch_setup(context, *args, **kwargs):
{
"input_topic": "obstacle_avoidance_planner/trajectory",
"output_topic": "surround_obstacle_checker/trajectory",
"type": "autoware_planning_msgs/msg/Trajectory",
"type": "autoware_auto_planning_msgs/msg/Trajectory",
}
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<node pkg="topic_tools" exec="relay" name="skip_surround_obstacle_check_relay" output="log">
<param name="input_topic" value="obstacle_avoidance_planner/trajectory" />
<param name="output_topic" value="surround_obstacle_checker/trajectory" />
<param name="type" value="autoware_planning_msgs/msg/Trajectory" />
<param name="type" value="autoware_auto_planning_msgs/msg/Trajectory" />
</node>
</group>

Expand Down

0 comments on commit 971b886

Please sign in to comment.