Skip to content

Commit

Permalink
refactor(out_of_lane): remove from behavior_velocity (#1020)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem authored Jun 9, 2024
1 parent 257a024 commit 7f8a7af
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 75 deletions.
5 changes: 1 addition & 4 deletions autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ launch:
- arg:
name: launch_speed_bump_module
default: "false"
- arg:
name: launch_out_of_lane_module
default: "false"
- arg:
name: launch_no_drivable_lane_module
default: "false"
Expand All @@ -100,7 +97,7 @@ launch:

# motion velocity planner modules
- arg:
name: launch_motion_out_of_lane_module
name: launch_out_of_lane_module
default: "true"

- arg:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<arg name="behavior_velocity_planner_no_stopping_area_module_param_path" value="$(var behavior_velocity_config_path)/no_stopping_area.param.yaml"/>
<arg name="behavior_velocity_planner_run_out_module_param_path" value="$(var behavior_velocity_config_path)/run_out.param.yaml"/>
<arg name="behavior_velocity_planner_speed_bump_module_param_path" value="$(var behavior_velocity_config_path)/speed_bump.param.yaml"/>
<arg name="behavior_velocity_planner_out_of_lane_module_param_path" value="$(var behavior_velocity_config_path)/out_of_lane.param.yaml"/>
<arg name="behavior_velocity_planner_no_drivable_lane_module_param_path" value="$(var behavior_velocity_config_path)/no_drivable_lane.param.yaml"/>
<arg name="behavior_velocity_planner_dynamic_obstacle_stop_module_param_path" value="$(var behavior_velocity_config_path)/dynamic_obstacle_stop.param.yaml"/>
<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"/>
Expand Down
26 changes: 0 additions & 26 deletions autoware_launch/rviz/autoware.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -1605,18 +1605,6 @@ Visualization Manager:
Reliability Policy: Reliable
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/virtual_wall/speed_bump
Value: true
- Class: rviz_default_plugins/MarkerArray
Enabled: true
Name: VirtualWall (OutOfLane)
Namespaces:
{}
Topic:
Depth: 5
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/virtual_wall/out_of_lane
Value: true
- Class: rviz_default_plugins/MarkerArray
Enabled: true
Name: VirtualWall (NoDrivableLane)
Expand Down Expand Up @@ -1873,18 +1861,6 @@ Visualization Manager:
Reliability Policy: Reliable
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/debug/speed_bump
Value: false
- Class: rviz_default_plugins/MarkerArray
Enabled: false
Name: OutOfLane
Namespaces:
{}
Topic:
Depth: 5
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/debug/out_of_lane
Value: false
- Class: rviz_default_plugins/MarkerArray
Enabled: false
Name: DynamicObstacleAvoidance
Expand Down Expand Up @@ -2589,7 +2565,6 @@ Visualization Manager:
NoDrivableLane: true
NoStoppingArea: true
OcclusionSpot: true
OutOfLane: true
RightLaneChange: true
RunOut: true
SideShift: true
Expand Down Expand Up @@ -2643,7 +2618,6 @@ Visualization Manager:
VirtualWall (NoDrivableLane): true
VirtualWall (NoStoppingArea): true
VirtualWall (OcclusionSpot): true
VirtualWall (OutOfLane): true
VirtualWall (RunOut): true
VirtualWall (SpeedBump): true
VirtualWall (StartPlanner): true
Expand Down

0 comments on commit 7f8a7af

Please sign in to comment.