Skip to content

Commit 3cd6804

Browse files
committed
chore(intersection): target type param
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent 0b90a97 commit 3cd6804

File tree

3 files changed

+273
-130
lines changed

3 files changed

+273
-130
lines changed

planning/behavior_velocity_intersection_module/config/intersection.param.yaml

+22
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+
1826
turn_direction:
1927
left: true
2028
right: true
@@ -27,6 +35,13 @@
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
3045
turn_direction:
3146
left: true
3247
right: true
@@ -37,6 +52,13 @@
3752
consider_wrong_direction_vehicle: false
3853
collision_detection_hold_time: 0.5
3954
min_predicted_path_confidence: 0.05
55+
target_type:
56+
car: true
57+
bus: true
58+
truck: true
59+
trailer: true
60+
motorcycle: true
61+
bicycle: true
4062
velocity_profile:
4163
use_upstream: true
4264
minimum_upstream_velocity: 0.01

0 commit comments

Comments
 (0)