Skip to content

Commit 05d8613

Browse files
authored
Merge pull request autowarefoundation#845 from tier4/hotfix/v0.45.0/cherry-pick-avoidance-pr
fix(avoidance): cherry pick PRs
2 parents 0b20e54 + a0358e4 commit 05d8613

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance/avoidance.param.yaml

+6-9
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
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-
use_conservative_buffer_longitudinal: true # [-] When set to true, the base_link2front is added to the longitudinal buffer before avoidance.
3231
truck:
3332
th_moving_speed: 1.0
3433
th_moving_time: 2.0
@@ -39,7 +38,6 @@
3938
hard_margin_for_parked_vehicle: 0.7
4039
max_expand_ratio: 0.0
4140
envelope_buffer_margin: 0.5
42-
use_conservative_buffer_longitudinal: true
4341
bus:
4442
th_moving_speed: 1.0
4543
th_moving_time: 2.0
@@ -50,7 +48,6 @@
5048
hard_margin_for_parked_vehicle: 0.7
5149
max_expand_ratio: 0.0
5250
envelope_buffer_margin: 0.5
53-
use_conservative_buffer_longitudinal: true
5451
trailer:
5552
th_moving_speed: 1.0
5653
th_moving_time: 2.0
@@ -61,7 +58,6 @@
6158
hard_margin_for_parked_vehicle: 0.7
6259
max_expand_ratio: 0.0
6360
envelope_buffer_margin: 0.5
64-
use_conservative_buffer_longitudinal: true
6561
unknown:
6662
th_moving_speed: 0.28
6763
th_moving_time: 1.0
@@ -72,7 +68,6 @@
7268
hard_margin_for_parked_vehicle: -0.2
7369
max_expand_ratio: 0.0
7470
envelope_buffer_margin: 0.1
75-
use_conservative_buffer_longitudinal: true
7671
bicycle:
7772
th_moving_speed: 0.28
7873
th_moving_time: 1.0
@@ -83,7 +78,6 @@
8378
hard_margin_for_parked_vehicle: 0.5
8479
max_expand_ratio: 0.0
8580
envelope_buffer_margin: 0.5
86-
use_conservative_buffer_longitudinal: true
8781
motorcycle:
8882
th_moving_speed: 1.0
8983
th_moving_time: 1.0
@@ -94,7 +88,6 @@
9488
hard_margin_for_parked_vehicle: 0.3
9589
max_expand_ratio: 0.0
9690
envelope_buffer_margin: 0.5
97-
use_conservative_buffer_longitudinal: true
9891
pedestrian:
9992
th_moving_speed: 0.28
10093
th_moving_time: 1.0
@@ -105,7 +98,6 @@
10598
hard_margin_for_parked_vehicle: 0.5
10699
max_expand_ratio: 0.0
107100
envelope_buffer_margin: 0.5
108-
use_conservative_buffer_longitudinal: true
109101
lower_distance_for_polygon_expansion: 30.0 # [m] FOR DEVELOPER
110102
upper_distance_for_polygon_expansion: 100.0 # [m] FOR DEVELOPER
111103

@@ -140,6 +132,10 @@
140132
th_shiftable_ratio: 0.8 # [-]
141133
min_road_shoulder_width: 0.5 # [m] FOR DEVELOPER
142134

135+
# for merging/deviating vehicle
136+
merging_vehicle:
137+
th_overhang_distance: 0.0 # [m]
138+
143139
# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
144140
avoidance_for_ambiguous_vehicle:
145141
enable: true # [-]
@@ -222,6 +218,8 @@
222218
min_slow_down_speed: 1.38 # [m/s]
223219
buf_slow_down_speed: 0.56 # [m/s] FOR DEVELOPER
224220
nominal_avoidance_speed: 8.33 # [m/s] FOR DEVELOPER
221+
consider_front_overhang: true # [-]
222+
consider_rear_overhang: true # [-]
225223
# return dead line
226224
return_dead_line:
227225
goal:
@@ -296,4 +294,3 @@
296294
# for debug
297295
debug:
298296
marker: false
299-
console: false

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**:
22
ros__parameters:
3-
verbose: false
43
max_iteration_num: 100
54

65
traffic_light_signal_timeout: 1.0

0 commit comments

Comments
 (0)