Skip to content

Commit 9a9acaa

Browse files
authored
feat(dynamic_drivable_area_expansion): min_bound_interval parameter (#1092)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent b99303c commit 9a9acaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
enabled: true
1111
print_runtime: false
1212
max_expansion_distance: 0.0 # [m] maximum distance by which the drivable area can be expended (0.0 means no limit)
13+
min_bound_interval: 1.0 # [m] minimum interval between two consecutive bound points (before expansion)
1314
smoothing:
1415
curvature_average_window: 3 # window size used for smoothing the curvatures using a moving window average
1516
max_bound_rate: 1.0 # [m/m] maximum rate of change of the bound lateral distance over its arc length

0 commit comments

Comments
 (0)