Skip to content

Commit b26f337

Browse files
fix(lane_departure_checker): replace curbstone to road_border (RT1-9845) (#1391)
fix(lane_departure_checker): replace curbstone to road_border
1 parent 0a43024 commit b26f337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: autoware_launch/config/control/lane_departure_checker/lane_departure_checker.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
include_left_lanes: false
1313
include_opposite_lanes: false
1414
include_conflicting_lanes: false
15-
boundary_types_to_detect: [curbstone]
15+
boundary_types_to_detect: [road_border]
1616

1717
# Core
1818
footprint_margin_scale: 1.0

0 commit comments

Comments
 (0)