Skip to content

Commit 54bceae

Browse files
committed
fix(start_planner): fix safety_check_time_horizon
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent 6d1c934 commit 54bceae

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
@@ -93,7 +93,7 @@
9393
delay_until_departure: 1.0
9494
# For target object filtering
9595
target_filtering:
96-
safety_check_time_horizon: 5.0
96+
safety_check_time_horizon: 10.0
9797
safety_check_time_resolution: 1.0
9898
# detection range
9999
object_check_forward_distance: 10.0

0 commit comments

Comments
 (0)