Skip to content

Commit 6233d1c

Browse files
authored
Merge pull request autowarefoundation#758 from tier4/cherry-pick/intersection
feat(intersection): cherry-pick intersection (autowarefoundation#792 + autowarefoundation#828)
2 parents be57d48 + c95e8bb commit 6233d1c

File tree

1 file changed

+3
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner

1 file changed

+3
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
max_accel: -2.8
1313
max_jerk: -5.0
1414
delay_response_time: 0.5
15+
enable_pass_judge_before_default_stopline: false
1516

1617
stuck_vehicle:
1718
turn_direction:
@@ -36,7 +37,6 @@
3637
consider_wrong_direction_vehicle: false
3738
collision_detection_hold_time: 0.5
3839
min_predicted_path_confidence: 0.05
39-
keep_detection_velocity_threshold: 1.5
4040
velocity_profile:
4141
use_upstream: true
4242
minimum_upstream_velocity: 0.01
@@ -59,6 +59,8 @@
5959
object_expected_deceleration: 2.0
6060
ignore_on_red_traffic_light:
6161
object_margin_to_path: 2.0
62+
avoid_collision_by_acceleration:
63+
object_time_margin_to_collision_point: 4.0
6264

6365
occlusion:
6466
enable: true

0 commit comments

Comments
 (0)