Skip to content

Commit 48ec56d

Browse files
committed
fix(avoidance): tune safety check params
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent efae483 commit 48ec56d

File tree

1 file changed

+2
-2
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
check_all_predicted_path: false # [-]
193193
safety_check_backward_distance: 100.0 # [m]
194194
hysteresis_factor_expand_rate: 1.5 # [-]
195-
hysteresis_factor_safe_count: 10 # [-]
195+
hysteresis_factor_safe_count: 3 # [-]
196196
# predicted path parameters
197197
min_velocity: 1.38 # [m/s]
198198
max_velocity: 50.0 # [m/s]
@@ -208,7 +208,7 @@
208208
rear_vehicle_safety_time_margin: 1.0 # [s]
209209
lateral_distance_max_threshold: 2.0 # [m]
210210
longitudinal_distance_min_threshold: 3.0 # [m]
211-
longitudinal_velocity_delta_time: 0.8 # [s]
211+
longitudinal_velocity_delta_time: 0.0 # [s]
212212

213213
# For avoidance maneuver
214214
avoidance:

0 commit comments

Comments
 (0)