We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fad3c3 commit d07b8a7Copy full SHA for d07b8a7
planning/autoware_behavior_velocity_planner/launch/behavior_velocity_planner.launch.xml
@@ -30,7 +30,7 @@
30
<!-- <arg name="behavior_velocity_planner_template_module_param_path"/> -->
31
<arg name="behavior_velocity_planner_param_file" default="$(find-pkg-share autoware_behavior_velocity_planner)/config/behavior_velocity_planner.param.yaml"/>
32
33
- <node pkg="autoware_behavior_velocity_planner" exec="autoware_behavior_velocity_planner_node" name="autoware_behavior_velocity_planner" output="screen">
+ <node pkg="autoware_behavior_velocity_planner" exec="autoware_behavior_velocity_planner_node" name="behavior_velocity_planner" output="screen">
34
<!-- topic remap -->
35
<remap from="~/input/path_with_lane_id" to="path_with_lane_id"/>
36
<remap from="~/input/vector_map" to="/map/vector_map"/>
0 commit comments