File tree 1 file changed +4
-6
lines changed
launch/tier4_planning_launch/launch/scenario_planning/lane_driving/behavior_planning
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 181
181
/>
182
182
<let name =" behavior_velocity_planner_launch_modules" value =" $(eval " '$(var behavior_velocity_planner_launch_modules)' + '$(var launch_module_list_end)'" )" />
183
183
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 =" " >
185
186
<!-- topic remap -->
186
187
<remap from =" ~/input/route" to =" $(var input_route_topic_name)" />
187
188
<remap from =" ~/input/vector_map" to =" $(var input_vector_map_topic_name)" />
216
217
<param from =" $(var behavior_path_planner_scene_module_manager_param_path)" />
217
218
<param from =" $(var behavior_path_planner_common_param_path)" />
218
219
<!-- 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 >
224
222
225
223
<composable_node pkg =" behavior_velocity_planner" plugin =" behavior_velocity_planner::BehaviorVelocityPlannerNode" name =" behavior_velocity_planner" namespace =" " >
226
224
<!-- topic remap -->
You can’t perform that action at this time.
0 commit comments