Skip to content

Commit

Permalink
Fix/topic type (autowarefoundation#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkimura4 authored Dec 16, 2021
1 parent c391b46 commit 19f1496
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def generate_launch_description():
"pub",
"/planning/scenario_planning/lane_driving/behavior_planning/"
"behavior_path_planner/path_change_approval",
"autoware_planning_msgs/msg/Approval",
"tier4_planning_msgs/msg/Approval",
"{approval: true}",
"-r",
"10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def generate_launch_description():
{
"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 @@ -29,7 +29,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 19f1496

Please sign in to comment.