Skip to content

Commit 1fa0fa0

Browse files
committed
fix typo in drivable_are_expansion.param.yaml
Signed-off-by: Autumn60 <[email protected]>
1 parent 7433f70 commit 1fa0fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
dynamic_expansion:
1010
enabled: true
1111
print_runtime: false
12-
max_expansion_distance: 0.0 # [m] maximum distance by which the drivable area can be expended (0.0 means no limit)
12+
max_expansion_distance: 0.0 # [m] maximum distance by which the drivable area can be expanded (0.0 means no limit)
1313
min_bound_interval: 1.0 # [m] minimum interval between two consecutive bound points (before expansion)
1414
smoothing:
1515
curvature_average_window: 3 # window size used for smoothing the curvatures using a moving window average

0 commit comments

Comments
 (0)