We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c4e34 commit 2ae804aCopy full SHA for 2ae804a
planning/behavior_path_avoidance_module/config/avoidance.param.yaml
@@ -4,9 +4,6 @@
4
avoidance:
5
resample_interval_for_planning: 0.3 # [m]
6
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
-
10
# avoidance module common setting
11
enable_bound_clipping: false
12
enable_yield_maneuver: true
planning/behavior_path_planner/config/behavior_path_planner.param.yaml
@@ -25,11 +25,6 @@
25
input_path_interval: 2.0
26
output_path_interval: 2.0
27
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
33
closest_lanelet:
34
distance_threshold: 5.0 # [m]
35
yaw_threshold: 0.79 # [rad]
0 commit comments