Skip to content

Commit a027fa9

Browse files
authored
chore(intersection): target type param (autowarefoundation#851)
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent 0ce46ea commit a027fa9

File tree

1 file changed

+24
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner

1 file changed

+24
-0
lines changed

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

+24
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

0 commit comments

Comments
 (0)