Skip to content

Commit 7f8a7af

Browse files
authored
refactor(out_of_lane): remove from behavior_velocity (#1020)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 257a024 commit 7f8a7af

File tree

4 files changed

+1
-75
lines changed

4 files changed

+1
-75
lines changed

autoware_launch/config/planning/preset/default_preset.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ launch:
7474
- arg:
7575
name: launch_speed_bump_module
7676
default: "false"
77-
- arg:
78-
name: launch_out_of_lane_module
79-
default: "false"
8077
- arg:
8178
name: launch_no_drivable_lane_module
8279
default: "false"
@@ -100,7 +97,7 @@ launch:
10097

10198
# motion velocity planner modules
10299
- arg:
103-
name: launch_motion_out_of_lane_module
100+
name: launch_out_of_lane_module
104101
default: "true"
105102

106103
- arg:

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml

-44
This file was deleted.

autoware_launch/launch/components/tier4_planning_component.launch.xml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<arg name="behavior_velocity_planner_no_stopping_area_module_param_path" value="$(var behavior_velocity_config_path)/no_stopping_area.param.yaml"/>
5858
<arg name="behavior_velocity_planner_run_out_module_param_path" value="$(var behavior_velocity_config_path)/run_out.param.yaml"/>
5959
<arg name="behavior_velocity_planner_speed_bump_module_param_path" value="$(var behavior_velocity_config_path)/speed_bump.param.yaml"/>
60-
<arg name="behavior_velocity_planner_out_of_lane_module_param_path" value="$(var behavior_velocity_config_path)/out_of_lane.param.yaml"/>
6160
<arg name="behavior_velocity_planner_no_drivable_lane_module_param_path" value="$(var behavior_velocity_config_path)/no_drivable_lane.param.yaml"/>
6261
<arg name="behavior_velocity_planner_dynamic_obstacle_stop_module_param_path" value="$(var behavior_velocity_config_path)/dynamic_obstacle_stop.param.yaml"/>
6362
<arg name="compare_map_filter_param_path" value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/pointcloud_filter/pointcloud_map_filter.param.yaml"/>

autoware_launch/rviz/autoware.rviz

-26
Original file line numberDiff line numberDiff line change
@@ -1605,18 +1605,6 @@ Visualization Manager:
16051605
Reliability Policy: Reliable
16061606
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/virtual_wall/speed_bump
16071607
Value: true
1608-
- Class: rviz_default_plugins/MarkerArray
1609-
Enabled: true
1610-
Name: VirtualWall (OutOfLane)
1611-
Namespaces:
1612-
{}
1613-
Topic:
1614-
Depth: 5
1615-
Durability Policy: Volatile
1616-
History Policy: Keep Last
1617-
Reliability Policy: Reliable
1618-
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/virtual_wall/out_of_lane
1619-
Value: true
16201608
- Class: rviz_default_plugins/MarkerArray
16211609
Enabled: true
16221610
Name: VirtualWall (NoDrivableLane)
@@ -1873,18 +1861,6 @@ Visualization Manager:
18731861
Reliability Policy: Reliable
18741862
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/debug/speed_bump
18751863
Value: false
1876-
- Class: rviz_default_plugins/MarkerArray
1877-
Enabled: false
1878-
Name: OutOfLane
1879-
Namespaces:
1880-
{}
1881-
Topic:
1882-
Depth: 5
1883-
Durability Policy: Volatile
1884-
History Policy: Keep Last
1885-
Reliability Policy: Reliable
1886-
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/debug/out_of_lane
1887-
Value: false
18881864
- Class: rviz_default_plugins/MarkerArray
18891865
Enabled: false
18901866
Name: DynamicObstacleAvoidance
@@ -2589,7 +2565,6 @@ Visualization Manager:
25892565
NoDrivableLane: true
25902566
NoStoppingArea: true
25912567
OcclusionSpot: true
2592-
OutOfLane: true
25932568
RightLaneChange: true
25942569
RunOut: true
25952570
SideShift: true
@@ -2643,7 +2618,6 @@ Visualization Manager:
26432618
VirtualWall (NoDrivableLane): true
26442619
VirtualWall (NoStoppingArea): true
26452620
VirtualWall (OcclusionSpot): true
2646-
VirtualWall (OutOfLane): true
26472621
VirtualWall (RunOut): true
26482622
VirtualWall (SpeedBump): true
26492623
VirtualWall (StartPlanner): true

0 commit comments

Comments
 (0)