|
8 | 8 | target_object:
|
9 | 9 | car:
|
10 | 10 | execute_num: 2 # [-]
|
11 |
| - moving_speed_threshold: 1.0 # [m/s] |
12 |
| - moving_time_threshold: 1.0 # [s] |
| 11 | + th_moving_speed: 1.0 # [m/s] |
| 12 | + th_moving_time: 1.0 # [s] |
13 | 13 | max_expand_ratio: 0.0 # [-]
|
14 | 14 | envelope_buffer_margin: 0.3 # [m]
|
15 | 15 | lateral_margin:
|
|
18 | 18 | hard_margin_for_parked_vehicle: 0.0 # [m]
|
19 | 19 | truck:
|
20 | 20 | execute_num: 2
|
21 |
| - moving_speed_threshold: 1.0 # 3.6km/h |
22 |
| - moving_time_threshold: 1.0 |
| 21 | + th_moving_speed: 1.0 # 3.6km/h |
| 22 | + th_moving_time: 1.0 |
23 | 23 | max_expand_ratio: 0.0
|
24 | 24 | envelope_buffer_margin: 0.3
|
25 | 25 | lateral_margin:
|
|
28 | 28 | hard_margin_for_parked_vehicle: 0.0 # [m]
|
29 | 29 | bus:
|
30 | 30 | execute_num: 2
|
31 |
| - moving_speed_threshold: 1.0 # 3.6km/h |
32 |
| - moving_time_threshold: 1.0 |
| 31 | + th_moving_speed: 1.0 # 3.6km/h |
| 32 | + th_moving_time: 1.0 |
33 | 33 | max_expand_ratio: 0.0
|
34 | 34 | envelope_buffer_margin: 0.3
|
35 | 35 | lateral_margin:
|
|
38 | 38 | hard_margin_for_parked_vehicle: 0.0 # [m]
|
39 | 39 | trailer:
|
40 | 40 | execute_num: 2
|
41 |
| - moving_speed_threshold: 1.0 # 3.6km/h |
42 |
| - moving_time_threshold: 1.0 |
| 41 | + th_moving_speed: 1.0 # 3.6km/h |
| 42 | + th_moving_time: 1.0 |
43 | 43 | max_expand_ratio: 0.0
|
44 | 44 | envelope_buffer_margin: 0.3
|
45 | 45 | lateral_margin:
|
|
49 | 49 | unknown:
|
50 | 50 | is_target: false
|
51 | 51 | execute_num: 1
|
52 |
| - moving_speed_threshold: 0.28 # 1.0km/h |
53 |
| - moving_time_threshold: 1.0 |
| 52 | + th_moving_speed: 0.28 # 1.0km/h |
| 53 | + th_moving_time: 1.0 |
54 | 54 | max_expand_ratio: 0.0
|
55 | 55 | envelope_buffer_margin: 0.3
|
56 | 56 | lateral_margin:
|
|
59 | 59 | hard_margin_for_parked_vehicle: 0.0 # [m]
|
60 | 60 | bicycle:
|
61 | 61 | execute_num: 2
|
62 |
| - moving_speed_threshold: 0.28 # 1.0km/h |
63 |
| - moving_time_threshold: 1.0 |
| 62 | + th_moving_speed: 0.28 # 1.0km/h |
| 63 | + th_moving_time: 1.0 |
64 | 64 | max_expand_ratio: 0.0
|
65 | 65 | envelope_buffer_margin: 0.8
|
66 | 66 | lateral_margin:
|
|
69 | 69 | hard_margin_for_parked_vehicle: 1.0 # [m]
|
70 | 70 | motorcycle:
|
71 | 71 | execute_num: 2
|
72 |
| - moving_speed_threshold: 1.0 # 3.6km/h |
73 |
| - moving_time_threshold: 1.0 |
| 72 | + th_moving_speed: 1.0 # 3.6km/h |
| 73 | + th_moving_time: 1.0 |
74 | 74 | max_expand_ratio: 0.0
|
75 | 75 | envelope_buffer_margin: 0.8
|
76 | 76 | lateral_margin:
|
|
79 | 79 | hard_margin_for_parked_vehicle: 1.0 # [m]
|
80 | 80 | pedestrian:
|
81 | 81 | execute_num: 2
|
82 |
| - moving_speed_threshold: 0.28 # 1.0km/h |
83 |
| - moving_time_threshold: 1.0 |
| 82 | + th_moving_speed: 0.28 # 1.0km/h |
| 83 | + th_moving_time: 1.0 |
84 | 84 | max_expand_ratio: 0.0
|
85 | 85 | envelope_buffer_margin: 0.8
|
86 | 86 | lateral_margin:
|
|
0 commit comments