Skip to content

Commit a6141ab

Browse files
authored
fix(start_planner): fix safety_check_time_horizon (autowarefoundation#875)
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent 3fff913 commit a6141ab

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
@@ -92,7 +92,7 @@
9292
delay_until_departure: 1.0
9393
# For target object filtering
9494
target_filtering:
95-
safety_check_time_horizon: 5.0
95+
safety_check_time_horizon: 10.0
9696
safety_check_time_resolution: 1.0
9797
# detection range
9898
object_check_forward_distance: 10.0

0 commit comments

Comments
 (0)