|
10 | 10 | # "current_lane" : use only current lane. this module doesn't use adjacent lane to avoid object.
|
11 | 11 | # "same_direction_lane" : this module uses same direction lane to avoid object if need.
|
12 | 12 | # "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" |
14 | 14 | # drivable area setting
|
15 | 15 | use_intersection_areas: true
|
16 | 16 | use_hatched_road_markings: true
|
|
23 | 23 | th_moving_time: 2.0 # [s]
|
24 | 24 | longitudinal_margin: 0.0 # [m]
|
25 | 25 | 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] |
28 | 28 | hard_margin_for_parked_vehicle: 0.2 # [m]
|
29 | 29 | max_expand_ratio: 0.0 # [-] FOR DEVELOPER
|
30 | 30 | envelope_buffer_margin: 0.1 # [m] FOR DEVELOPER
|
|
34 | 34 | th_moving_time: 2.0
|
35 | 35 | longitudinal_margin: 0.0
|
36 | 36 | lateral_margin:
|
37 |
| - soft_margin: 0.7 |
38 |
| - hard_margin: 0.15 |
| 37 | + soft_margin: 0.5 |
| 38 | + hard_margin: 0.05 |
39 | 39 | hard_margin_for_parked_vehicle: 0.2
|
40 | 40 | max_expand_ratio: 0.0
|
41 | 41 | envelope_buffer_margin: 0.1
|
|
45 | 45 | th_moving_time: 2.0
|
46 | 46 | longitudinal_margin: 0.0
|
47 | 47 | lateral_margin:
|
48 |
| - soft_margin: 0.7 |
49 |
| - hard_margin: 0.15 |
| 48 | + soft_margin: 0.5 |
| 49 | + hard_margin: 0.05 |
50 | 50 | hard_margin_for_parked_vehicle: 0.2
|
51 | 51 | max_expand_ratio: 0.0
|
52 | 52 | envelope_buffer_margin: 0.1
|
|
56 | 56 | th_moving_time: 2.0
|
57 | 57 | longitudinal_margin: 0.0
|
58 | 58 | lateral_margin:
|
59 |
| - soft_margin: 0.7 |
60 |
| - hard_margin: 0.15 |
| 59 | + soft_margin: 0.5 |
| 60 | + hard_margin: 0.05 |
61 | 61 | hard_margin_for_parked_vehicle: 0.2
|
62 | 62 | max_expand_ratio: 0.0
|
63 | 63 | envelope_buffer_margin: 0.1
|
|
137 | 137 | # filtering parking objects
|
138 | 138 | parked_vehicle:
|
139 | 139 | th_offset_from_centerline: 1.0 # [m]
|
140 |
| - th_shiftable_ratio: 0.8 # [-] |
| 140 | + th_shiftable_ratio: 0.7 # [-] |
141 | 141 | min_road_shoulder_width: 0.5 # [m] FOR DEVELOPER
|
142 | 142 |
|
143 | 143 | # for merging/deviating vehicle
|
|
220 | 220 | lateral:
|
221 | 221 | th_avoid_execution: 0.09 # [m] FOR DEVELOPER
|
222 | 222 | 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] |
225 | 225 | max_right_shift_length: 5.0 # [m] FOR DEVELOPER
|
226 | 226 | max_left_shift_length: 5.0 # [m] FOR DEVELOPER
|
227 | 227 | max_deviation_from_lane: 0.2 # [m]
|
|
0 commit comments