Skip to content

Commit 4c62d51

Browse files
Merge pull request autowarefoundation#952 from tier4/sync-beta-upstream
chore: sync beta upstream
2 parents d686ab4 + 554a2c1 commit 4c62d51

File tree

1 file changed

+14
-4
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module

1 file changed

+14
-4
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/static_obstacle_avoidance.param.yaml

+14-4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
hard_margin_for_parked_vehicle: 0.7 # [m]
2929
max_expand_ratio: 0.0 # [-] FOR DEVELOPER
3030
envelope_buffer_margin: 0.5 # [m] FOR DEVELOPER
31+
th_error_eclipse_long_radius : 0.6 # [m]
3132
truck:
3233
th_moving_speed: 1.0
3334
th_moving_time: 2.0
@@ -38,6 +39,7 @@
3839
hard_margin_for_parked_vehicle: 0.7
3940
max_expand_ratio: 0.0
4041
envelope_buffer_margin: 0.5
42+
th_error_eclipse_long_radius : 0.6
4143
bus:
4244
th_moving_speed: 1.0
4345
th_moving_time: 2.0
@@ -48,6 +50,7 @@
4850
hard_margin_for_parked_vehicle: 0.7
4951
max_expand_ratio: 0.0
5052
envelope_buffer_margin: 0.5
53+
th_error_eclipse_long_radius : 0.6
5154
trailer:
5255
th_moving_speed: 1.0
5356
th_moving_time: 2.0
@@ -58,6 +61,7 @@
5861
hard_margin_for_parked_vehicle: 0.7
5962
max_expand_ratio: 0.0
6063
envelope_buffer_margin: 0.5
64+
th_error_eclipse_long_radius : 0.6
6165
unknown:
6266
th_moving_speed: 0.28
6367
th_moving_time: 1.0
@@ -68,6 +72,7 @@
6872
hard_margin_for_parked_vehicle: -0.2
6973
max_expand_ratio: 0.0
7074
envelope_buffer_margin: 0.1
75+
th_error_eclipse_long_radius : 0.6
7176
bicycle:
7277
th_moving_speed: 0.28
7378
th_moving_time: 1.0
@@ -78,6 +83,7 @@
7883
hard_margin_for_parked_vehicle: 0.5
7984
max_expand_ratio: 0.0
8085
envelope_buffer_margin: 0.5
86+
th_error_eclipse_long_radius : 0.6
8187
motorcycle:
8288
th_moving_speed: 1.0
8389
th_moving_time: 1.0
@@ -88,6 +94,7 @@
8894
hard_margin_for_parked_vehicle: 0.3
8995
max_expand_ratio: 0.0
9096
envelope_buffer_margin: 0.5
97+
th_error_eclipse_long_radius : 0.6
9198
pedestrian:
9299
th_moving_speed: 0.28
93100
th_moving_time: 1.0
@@ -98,6 +105,7 @@
98105
hard_margin_for_parked_vehicle: 0.5
99106
max_expand_ratio: 0.0
100107
envelope_buffer_margin: 0.5
108+
th_error_eclipse_long_radius : 0.6
101109
lower_distance_for_polygon_expansion: 30.0 # [m] FOR DEVELOPER
102110
upper_distance_for_polygon_expansion: 100.0 # [m] FOR DEVELOPER
103111

@@ -142,16 +150,16 @@
142150
# "auto" : generate candidate path. if RTC is running as AUTO mode, the ego avoids it automatically.
143151
# "manual" : generate candidate path and wait operator approval even if RTC is running as AUTO mode.
144152
# "ignore" : never avoid it.
145-
policy: "auto" # [-]
153+
policy: "manual" # [-]
146154
condition:
147155
th_stopped_time: 3.0 # [s]
148156
th_moving_distance: 1.0 # [m]
149157
ignore_area:
150158
traffic_light:
151-
front_distance: 100.0 # [m]
159+
front_distance: 20.0 # [m]
152160
crosswalk:
153-
front_distance: 30.0 # [m]
154-
behind_distance: 30.0 # [m]
161+
front_distance: 20.0 # [m]
162+
behind_distance: 0.0 # [m]
155163
wait_and_see:
156164
target_behaviors: ["MERGING", "DEVIATING"] # [-]
157165
th_closest_distance: 10.0 # [m]
@@ -243,6 +251,8 @@
243251
# For cancel maneuver
244252
cancel:
245253
enable: true # [-]
254+
force:
255+
duration_time: 2.0 # [s]
246256

247257
# For yield maneuver
248258
yield:

0 commit comments

Comments
 (0)