Skip to content

Commit afc0f07

Browse files
fix back launcher
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 716d6ba commit afc0f07

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

launch/tier4_planning_launch/launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@
181181
/>
182182
<let name="behavior_velocity_planner_launch_modules" value="$(eval &quot;'$(var behavior_velocity_planner_launch_modules)' + '$(var launch_module_list_end)'&quot;)"/>
183183

184-
<node pkg="behavior_path_planner" exec="behavior_path_planner_node" name="behavior_path_planner" namespace="" launch-prefix="gnome-terminal -- gdb -ex run --args">
184+
<node_container pkg="rclcpp_components" exec="$(var container_type)" name="behavior_planning_container" namespace="" args="" output="screen">
185+
<composable_node pkg="behavior_path_planner" plugin="behavior_path_planner::BehaviorPathPlannerNode" name="behavior_path_planner" namespace="">
185186
<!-- topic remap -->
186187
<remap from="~/input/route" to="$(var input_route_topic_name)"/>
187188
<remap from="~/input/vector_map" to="$(var input_vector_map_topic_name)"/>
@@ -216,11 +217,8 @@
216217
<param from="$(var behavior_path_planner_scene_module_manager_param_path)"/>
217218
<param from="$(var behavior_path_planner_common_param_path)"/>
218219
<!-- composable node config -->
219-
</node>
220-
221-
222-
<node_container pkg="rclcpp_components" exec="$(var container_type)" name="behavior_planning_container" namespace="" args="" output="screen">
223-
220+
<extra_arg name="use_intra_process_comms" value="false"/>
221+
</composable_node>
224222

225223
<composable_node pkg="behavior_velocity_planner" plugin="behavior_velocity_planner::BehaviorVelocityPlannerNode" name="behavior_velocity_planner" namespace="">
226224
<!-- topic remap -->

0 commit comments

Comments
 (0)