File tree 2 files changed +7
-7
lines changed
launch/tier4_planning_launch/launch/scenario_planning/lane_driving
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 92
92
/>
93
93
<let
94
94
name =" behavior_path_planner_launch_modules"
95
- value =" $(eval " '$(var behavior_path_planner_launch_modules)' + 'behavior_path_planner::AvoidanceByLaneChangeModuleManager, '" )"
95
+ value =" $(eval " '$(var behavior_path_planner_launch_modules)' + 'autoware:: behavior_path_planner::AvoidanceByLaneChangeModuleManager, '" )"
96
96
if =" $(var launch_avoidance_by_lane_change_module)"
97
97
/>
98
98
<let name =" behavior_path_planner_launch_modules" value =" $(eval " '$(var behavior_path_planner_launch_modules)' + '$(var launch_module_list_end)'" )" />
Original file line number Diff line number Diff line change 3
3
<arg name =" interface_output_topic" default =" /planning/scenario_planning/lane_driving/trajectory" />
4
4
5
5
<arg name =" launch_motion_out_of_lane_module" default =" true" />
6
- <arg name =" launch_dynamic_obstacle_stop_module" default =" true" />
6
+ <!-- < arg name="launch_dynamic_obstacle_stop_module" default="true"/> -- >
7
7
<arg name =" launch_module_list_end" default =" "" ]" />
8
8
9
9
<!-- assemble launch config for motion velocity planner -->
13
13
value =" $(eval " '$(var motion_velocity_planner_launch_modules)' + 'autoware::motion_velocity_planner::OutOfLaneModule, '" )"
14
14
if =" $(var launch_motion_out_of_lane_module)"
15
15
/>
16
- <let
17
- name =" motion_velocity_planner_launch_modules"
18
- value =" $(eval " '$(var motion_velocity_planner_launch_modules)' + 'motion_velocity_planner::DynamicObstacleStopModule, '" )"
19
- if =" $(var launch_dynamic_obstacle_stop_module)"
20
- / >
16
+ <!-- < let -->
17
+ <!-- name="motion_velocity_planner_launch_modules" -->
18
+ <!-- value="$(eval "'$(var motion_velocity_planner_launch_modules)' + 'motion_velocity_planner::DynamicObstacleStopModule, '")" -->
19
+ <!-- if="$(var launch_dynamic_obstacle_stop_module)" -->
20
+ <!-- /> -- >
21
21
<let name =" motion_velocity_planner_launch_modules" value =" $(eval " '$(var motion_velocity_planner_launch_modules)' + '$(var launch_module_list_end)'" )" />
22
22
23
23
<node_container pkg =" rclcpp_components" exec =" $(var container_type)" name =" motion_planning_container" namespace =" " args =" " output =" screen" >
You can’t perform that action at this time.
0 commit comments