Skip to content

Commit a04f726

Browse files
chore(static_obstacle_avoidance): beta/v4.0.2/avoidance param tuning (autowarefoundation#906)
* use_lane_type current_lane * reflect tuning params(avoidance margin) * use_lane_type same_direction_lane
1 parent 5681d1b commit a04f726

File tree

1 file changed

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

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# "current_lane" : use only current lane. this module doesn't use adjacent lane to avoid object.
1111
# "same_direction_lane" : this module uses same direction lane to avoid object if need.
1212
# "opposite_direction_lane": this module uses both same direction and opposite direction lane.
13-
use_lane_type: "opposite_direction_lane"
13+
use_lane_type: "same_direction_lane"
1414
# drivable area setting
1515
use_intersection_areas: true
1616
use_hatched_road_markings: true
@@ -23,8 +23,8 @@
2323
th_moving_time: 2.0 # [s]
2424
longitudinal_margin: 0.0 # [m]
2525
lateral_margin:
26-
soft_margin: 0.7 # [m]
27-
hard_margin: 0.15 # [m]
26+
soft_margin: 0.5 # [m]
27+
hard_margin: 0.05 # [m]
2828
hard_margin_for_parked_vehicle: 0.2 # [m]
2929
max_expand_ratio: 0.0 # [-] FOR DEVELOPER
3030
envelope_buffer_margin: 0.1 # [m] FOR DEVELOPER
@@ -34,8 +34,8 @@
3434
th_moving_time: 2.0
3535
longitudinal_margin: 0.0
3636
lateral_margin:
37-
soft_margin: 0.7
38-
hard_margin: 0.15
37+
soft_margin: 0.5
38+
hard_margin: 0.05
3939
hard_margin_for_parked_vehicle: 0.2
4040
max_expand_ratio: 0.0
4141
envelope_buffer_margin: 0.1
@@ -45,8 +45,8 @@
4545
th_moving_time: 2.0
4646
longitudinal_margin: 0.0
4747
lateral_margin:
48-
soft_margin: 0.7
49-
hard_margin: 0.15
48+
soft_margin: 0.5
49+
hard_margin: 0.05
5050
hard_margin_for_parked_vehicle: 0.2
5151
max_expand_ratio: 0.0
5252
envelope_buffer_margin: 0.1
@@ -56,8 +56,8 @@
5656
th_moving_time: 2.0
5757
longitudinal_margin: 0.0
5858
lateral_margin:
59-
soft_margin: 0.7
60-
hard_margin: 0.15
59+
soft_margin: 0.5
60+
hard_margin: 0.05
6161
hard_margin_for_parked_vehicle: 0.2
6262
max_expand_ratio: 0.0
6363
envelope_buffer_margin: 0.1
@@ -137,7 +137,7 @@
137137
# filtering parking objects
138138
parked_vehicle:
139139
th_offset_from_centerline: 1.0 # [m]
140-
th_shiftable_ratio: 0.8 # [-]
140+
th_shiftable_ratio: 0.7 # [-]
141141
min_road_shoulder_width: 0.5 # [m] FOR DEVELOPER
142142

143143
# for merging/deviating vehicle
@@ -220,8 +220,8 @@
220220
lateral:
221221
th_avoid_execution: 0.09 # [m] FOR DEVELOPER
222222
th_small_shift_length: 0.101 # [m] FOR DEVELOPER
223-
soft_drivable_bound_margin: 0.3 # [m]
224-
hard_drivable_bound_margin: 0.3 # [m]
223+
soft_drivable_bound_margin: 0.5 # [m]
224+
hard_drivable_bound_margin: 0.5 # [m]
225225
max_right_shift_length: 5.0 # [m] FOR DEVELOPER
226226
max_left_shift_length: 5.0 # [m] FOR DEVELOPER
227227
max_deviation_from_lane: 0.2 # [m]

0 commit comments

Comments
 (0)