Skip to content

Commit 7623f6f

Browse files
feat(start/goal_planner): remove unused param and update time horizon for goal planner's safety check (autowarefoundation#863)
* remove unused param Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * update safety check time horizon Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
1 parent 93fc83e commit 7623f6f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
delay_until_departure: 1.0
129129
# For target object filtering
130130
target_filtering:
131-
safety_check_time_horizon: 5.0
131+
safety_check_time_horizon: 10.0
132132
safety_check_time_resolution: 1.0
133133
# detection range
134134
object_check_forward_distance: 100.0
@@ -164,7 +164,6 @@
164164
method: "integral_predicted_polygon"
165165
keep_unsafe_time: 3.0
166166
# collision check parameters
167-
check_all_predicted_path: true
168167
publish_debug_marker: false
169168
rss_params:
170169
rear_vehicle_reaction_time: 2.0

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

-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
# safety check configuration
128128
enable_safety_check: true
129129
# collision check parameters
130-
check_all_predicted_path: true
131130
publish_debug_marker: false
132131
rss_params:
133132
rear_vehicle_reaction_time: 2.0

0 commit comments

Comments
 (0)