Skip to content

Commit e824fce

Browse files
authored
Merge pull request autowarefoundation#772 from tier4/cherry-pick/intersection2
feat(intersection): cherry-pick awf autowarefoundation#852 + autowarefoundation#851
2 parents 87d2457 + 078d96e commit e824fce

File tree

1 file changed

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

1 file changed

+27
-1
lines changed

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

+27-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
enable_pass_judge_before_default_stopline: false
1616

1717
stuck_vehicle:
18+
target_type:
19+
car: true
20+
bus: true
21+
truck: true
22+
trailer: true
23+
motorcycle: false
24+
bicycle: false
25+
unknown: false
1826
turn_direction:
1927
left: true
2028
right: true
@@ -27,6 +35,14 @@
2735
disable_against_private_lane: true
2836

2937
yield_stuck:
38+
target_type:
39+
car: true
40+
bus: true
41+
truck: true
42+
trailer: true
43+
motorcycle: false
44+
bicycle: false
45+
unknown: false
3046
turn_direction:
3147
left: true
3248
right: true
@@ -37,6 +53,14 @@
3753
consider_wrong_direction_vehicle: false
3854
collision_detection_hold_time: 0.5
3955
min_predicted_path_confidence: 0.05
56+
target_type:
57+
car: true
58+
bus: true
59+
truck: true
60+
trailer: true
61+
motorcycle: true
62+
bicycle: true
63+
unknown: false
4064
velocity_profile:
4165
use_upstream: true
4266
minimum_upstream_velocity: 0.01
@@ -56,7 +80,9 @@
5680
duration: 3.0
5781
object_dist_to_stopline: 10.0
5882
ignore_on_amber_traffic_light:
59-
object_expected_deceleration: 2.0
83+
object_expected_deceleration:
84+
car: 2.0
85+
bike: 5.0
6086
ignore_on_red_traffic_light:
6187
object_margin_to_path: 2.0
6288
avoid_collision_by_acceleration:

0 commit comments

Comments
 (0)