Skip to content

Commit e73cd59

Browse files
committed
refactor(behavior_path_planner): remove unused drivable area parameters
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 9120c08 commit e73cd59

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

planning/behavior_path_avoidance_module/config/avoidance.param.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
avoidance:
55
resample_interval_for_planning: 0.3 # [m]
66
resample_interval_for_output: 4.0 # [m]
7-
drivable_area_right_bound_offset: 0.0 # [m]
8-
drivable_area_left_bound_offset: 0.0 # [m]
9-
7+
108
# avoidance module common setting
119
enable_bound_clipping: false
1210
enable_yield_maneuver: true

planning/behavior_path_planner/config/behavior_path_planner.param.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
input_path_interval: 2.0
2626
output_path_interval: 2.0
2727

28-
lane_following:
29-
drivable_area_right_bound_offset: 0.0
30-
drivable_area_left_bound_offset: 0.0
31-
drivable_area_types_to_skip: [road_border]
32-
3328
closest_lanelet:
3429
distance_threshold: 5.0 # [m]
3530
yaw_threshold: 0.79 # [rad]

0 commit comments

Comments
 (0)