Skip to content

Commit 8b515a0

Browse files
Merge pull request #556 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents ff012e3 + 7eb7563 commit 8b515a0

File tree

1 file changed

+8
-0
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

+8
-0
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

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

0 commit comments

Comments
 (0)