Skip to content

Commit 15f39ab

Browse files
committed
Revert "[DEBUG] launch behavior_velocity_planner in gdb+konsole"
This reverts commit 391c7bd322a4e95953675a629f5c7d42cfd2d98e. Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 15b740b commit 15f39ab

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@
211211
<extra_arg name="use_intra_process_comms" value="false"/>
212212
</composable_node>
213213

214-
<composable_node pkg="glog_component" plugin="GlogComponent" name="glog_component" namespace=""/>
215-
</node_container>
216-
<node pkg="behavior_velocity_planner" exec="behavior_velocity_planner_node" name="behavior_velocity_planner" namespace="" launch-prefix="konsole -e gdb -ex run --args">
214+
<composable_node pkg="behavior_velocity_planner" plugin="behavior_velocity_planner::BehaviorVelocityPlannerNode" name="behavior_velocity_planner" namespace="">
217215
<!-- topic remap -->
218216
<remap from="~/input/path_with_lane_id" to="path_with_lane_id"/>
219217
<remap from="~/input/vector_map" to="$(var input_vector_map_topic_name)"/>
@@ -256,8 +254,12 @@
256254
<param from="$(var behavior_velocity_planner_out_of_lane_module_param_path)"/>
257255
<param from="$(var behavior_velocity_planner_no_drivable_lane_module_param_path)"/>
258256
<param from="$(var behavior_velocity_planner_dynamic_obstacle_stop_module_param_path)"/>
259-
</node>
257+
<!-- composable node config -->
258+
<extra_arg name="use_intra_process_comms" value="false"/>
259+
</composable_node>
260260

261+
<composable_node pkg="glog_component" plugin="GlogComponent" name="glog_component" namespace=""/>
262+
</node_container>
261263

262264
<group if="$(var launch_compare_map_pipeline)">
263265
<group if="$(var use_pointcloud_container)">

0 commit comments

Comments
 (0)