Skip to content

Commit 532581e

Browse files
authored
feat(start_planner): ignore safety check for unknown objects (autowarefoundation#821)
1 parent 3881073 commit 532581e

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/start_planner

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
check_bicycle: true
1818
check_motorcycle: true
1919
check_pedestrian: true
20-
check_unknown: true
20+
check_unknown: false
2121
th_distance_to_middle_of_the_road: 0.5
2222
center_line_path_interval: 1.0
2323
# shift pull out

0 commit comments

Comments
 (0)