File tree 1 file changed +6
-4
lines changed
launch/tier4_planning_launch/launch/scenario_planning/lane_driving/behavior_planning
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 211
211
<extra_arg name =" use_intra_process_comms" value =" false" />
212
212
</composable_node >
213
213
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 =" " >
217
215
<!-- topic remap -->
218
216
<remap from =" ~/input/path_with_lane_id" to =" path_with_lane_id" />
219
217
<remap from =" ~/input/vector_map" to =" $(var input_vector_map_topic_name)" />
256
254
<param from =" $(var behavior_velocity_planner_out_of_lane_module_param_path)" />
257
255
<param from =" $(var behavior_velocity_planner_no_drivable_lane_module_param_path)" />
258
256
<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 >
260
260
261
+ <composable_node pkg =" glog_component" plugin =" GlogComponent" name =" glog_component" namespace =" " />
262
+ </node_container >
261
263
262
264
<group if =" $(var launch_compare_map_pipeline)" >
263
265
<group if =" $(var use_pointcloud_container)" >
You can’t perform that action at this time.
0 commit comments