|
28 | 28 | hard_margin_for_parked_vehicle: 0.7 # [m]
|
29 | 29 | max_expand_ratio: 0.0 # [-] FOR DEVELOPER
|
30 | 30 | envelope_buffer_margin: 0.5 # [m] FOR DEVELOPER
|
| 31 | + th_error_eclipse_long_radius : 0.6 # [m] |
31 | 32 | truck:
|
32 | 33 | th_moving_speed: 1.0
|
33 | 34 | th_moving_time: 2.0
|
|
38 | 39 | hard_margin_for_parked_vehicle: 0.7
|
39 | 40 | max_expand_ratio: 0.0
|
40 | 41 | envelope_buffer_margin: 0.5
|
| 42 | + th_error_eclipse_long_radius : 0.6 |
41 | 43 | bus:
|
42 | 44 | th_moving_speed: 1.0
|
43 | 45 | th_moving_time: 2.0
|
|
48 | 50 | hard_margin_for_parked_vehicle: 0.7
|
49 | 51 | max_expand_ratio: 0.0
|
50 | 52 | envelope_buffer_margin: 0.5
|
| 53 | + th_error_eclipse_long_radius : 0.6 |
51 | 54 | trailer:
|
52 | 55 | th_moving_speed: 1.0
|
53 | 56 | th_moving_time: 2.0
|
|
58 | 61 | hard_margin_for_parked_vehicle: 0.7
|
59 | 62 | max_expand_ratio: 0.0
|
60 | 63 | envelope_buffer_margin: 0.5
|
| 64 | + th_error_eclipse_long_radius : 0.6 |
61 | 65 | unknown:
|
62 | 66 | th_moving_speed: 0.28
|
63 | 67 | th_moving_time: 1.0
|
|
68 | 72 | hard_margin_for_parked_vehicle: -0.2
|
69 | 73 | max_expand_ratio: 0.0
|
70 | 74 | envelope_buffer_margin: 0.1
|
| 75 | + th_error_eclipse_long_radius : 0.6 |
71 | 76 | bicycle:
|
72 | 77 | th_moving_speed: 0.28
|
73 | 78 | th_moving_time: 1.0
|
|
78 | 83 | hard_margin_for_parked_vehicle: 0.5
|
79 | 84 | max_expand_ratio: 0.0
|
80 | 85 | envelope_buffer_margin: 0.5
|
| 86 | + th_error_eclipse_long_radius : 0.6 |
81 | 87 | motorcycle:
|
82 | 88 | th_moving_speed: 1.0
|
83 | 89 | th_moving_time: 1.0
|
|
88 | 94 | hard_margin_for_parked_vehicle: 0.3
|
89 | 95 | max_expand_ratio: 0.0
|
90 | 96 | envelope_buffer_margin: 0.5
|
| 97 | + th_error_eclipse_long_radius : 0.6 |
91 | 98 | pedestrian:
|
92 | 99 | th_moving_speed: 0.28
|
93 | 100 | th_moving_time: 1.0
|
|
98 | 105 | hard_margin_for_parked_vehicle: 0.5
|
99 | 106 | max_expand_ratio: 0.0
|
100 | 107 | envelope_buffer_margin: 0.5
|
| 108 | + th_error_eclipse_long_radius : 0.6 |
101 | 109 | lower_distance_for_polygon_expansion: 30.0 # [m] FOR DEVELOPER
|
102 | 110 | upper_distance_for_polygon_expansion: 100.0 # [m] FOR DEVELOPER
|
103 | 111 |
|
|
142 | 150 | # "auto" : generate candidate path. if RTC is running as AUTO mode, the ego avoids it automatically.
|
143 | 151 | # "manual" : generate candidate path and wait operator approval even if RTC is running as AUTO mode.
|
144 | 152 | # "ignore" : never avoid it.
|
145 |
| - policy: "auto" # [-] |
| 153 | + policy: "manual" # [-] |
146 | 154 | condition:
|
147 | 155 | th_stopped_time: 3.0 # [s]
|
148 | 156 | th_moving_distance: 1.0 # [m]
|
149 | 157 | ignore_area:
|
150 | 158 | traffic_light:
|
151 |
| - front_distance: 100.0 # [m] |
| 159 | + front_distance: 20.0 # [m] |
152 | 160 | 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] |
155 | 163 | wait_and_see:
|
156 | 164 | target_behaviors: ["MERGING", "DEVIATING"] # [-]
|
157 | 165 | th_closest_distance: 10.0 # [m]
|
|
243 | 251 | # For cancel maneuver
|
244 | 252 | cancel:
|
245 | 253 | enable: true # [-]
|
| 254 | + force: |
| 255 | + duration_time: 2.0 # [s] |
246 | 256 |
|
247 | 257 | # For yield maneuver
|
248 | 258 | yield:
|
|
0 commit comments