1
1
{
2
- "$schema" : " http://json-schema.org/draft-07/schema#" ,
3
- "title" : " autoware_radar_object_tracker parameter" ,
4
- "type" : " object" ,
5
- "definitions" : {
6
- "autoware_radar_object_tracker parameter" : {
7
- "type" : " object" ,
8
- "properties" : {
9
- "can_assign_matrix" : {
10
- "type" : " array" ,
11
- "description" : " An array of doubles used in the data association." ,
12
- "default" : [
13
- [1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ],
14
- [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
15
- [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
16
- [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
17
- [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
18
- [0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ],
19
- [0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ],
20
- [0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ]
21
- ]
22
- },
23
- "max_dist_matrix" : {
24
- "type" : " array" ,
25
- "description" : " An array of doubles used in the data association." ,
26
- "default" : [
27
- [4.0 , 1.0 , 1.0 , 1.0 , 1.0 , 1.0 , 1.0 , 1.0 ],
28
- [4.0 , 8.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
29
- [4.0 , 6.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
30
- [4.0 , 6.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
31
- [4.0 , 6.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
32
- [3.0 , 1.0 , 1.0 , 1.0 , 1.0 , 3.0 , 3.0 , 2.0 ],
33
- [3.0 , 1.0 , 1.0 , 1.0 , 1.0 , 3.0 , 3.0 , 2.0 ],
34
- [2.0 , 1.0 , 1.0 , 1.0 , 1.0 , 3.0 , 3.0 , 2.0 ]
35
- ]
36
- },
37
- "max_area_matrix" : {
38
- "type" : " array" ,
39
- "description" : " An array of doubles used in the data association." ,
40
- "default" : [
41
- [100.00 , 100.00 , 100.00 , 100.00 , 100.00 , 100.00 , 100.00 , 100.00 ],
42
- [12.10 , 12.10 , 36.00 , 60.00 , 60.00 , 10000.00 , 10000.00 , 10000.00 ],
43
- [36.00 , 12.10 , 36.00 , 60.00 , 60.00 , 10000.00 , 10000.00 , 10000.00 ],
44
- [60.00 , 12.10 , 36.00 , 60.00 , 60.00 , 10000.00 , 10000.00 , 10000.00 ],
45
- [60.00 , 12.10 , 36.00 , 60.00 , 60.00 , 10000.00 , 10000.00 , 10000.00 ],
46
- [2.50 , 10000.00 , 10000.00 , 10000.00 , 10000.00 , 2.50 , 2.50 , 1.00 ],
47
- [2.50 , 10000.00 , 10000.00 , 10000.00 , 10000.00 , 2.50 , 2.50 , 1.00 ],
48
- [2.00 , 10000.00 , 10000.00 , 10000.00 , 10000.00 , 1.50 , 1.50 , 1.00 ]
49
- ]
50
- },
51
- "min_area_matrix" : {
52
- "type" : " array" ,
53
- "description" : " An array of doubles used in the data association." ,
54
- "default" : [
55
- [0.000 , 0.000 , 0.000 , 0.000 , 0.000 , 0.000 , 0.000 , 0.000 ],
56
- [3.600 , 3.600 , 6.000 , 10.000 , 10.000 , 0.000 , 0.000 , 0.000 ],
57
- [6.000 , 3.600 , 6.000 , 10.000 , 10.000 , 0.000 , 0.000 , 0.000 ],
58
- [10.000 , 3.600 , 6.000 , 10.000 , 10.000 , 0.000 , 0.000 , 0.000 ],
59
- [10.000 , 3.600 , 6.000 , 10.000 , 10.000 , 0.000 , 0.000 , 0.000 ],
60
- [0.001 , 0.000 , 0.000 , 0.000 , 0.000 , 0.100 , 0.100 , 0.100 ],
61
- [0.001 , 0.000 , 0.000 , 0.000 , 0.000 , 0.100 , 0.100 , 0.100 ],
62
- [0.001 , 0.000 , 0.000 , 0.000 , 0.000 , 0.100 , 0.100 , 0.100 ]
63
- ]
64
- },
65
- "max_rad_matrix" : {
66
- "type" : " array" ,
67
- "description" : " An array of doubles used in the data association." ,
68
- "default" : [
69
- [3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 ],
70
- [3.150 , 1.047 , 1.047 , 1.047 , 1.047 , 3.150 , 3.150 , 3.150 ],
71
- [3.150 , 1.047 , 1.047 , 1.047 , 1.047 , 3.150 , 3.150 , 3.150 ],
72
- [3.150 , 1.047 , 1.047 , 1.047 , 1.047 , 3.150 , 3.150 , 3.150 ],
73
- [3.150 , 1.047 , 1.047 , 1.047 , 1.047 , 3.150 , 3.150 , 3.150 ],
74
- [3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 ],
75
- [3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 ],
76
- [3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 , 3.150 ]
77
- ]
78
- },
79
- "min_iou_matrix" : {
80
- "type" : " array" ,
81
- "description" : " An array of doubles used in the data association." ,
82
- "default" : [
83
- [0.0001 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 ],
84
- [0.1 , -0.1 , 0.2 , 0.2 , 0.2 , 0.1 , 0.1 , 0.1 ],
85
- [0.1 , 0.2 , 0.3 , 0.3 , 0.3 , 0.1 , 0.1 , 0.1 ],
86
- [0.1 , 0.2 , 0.3 , 0.3 , 0.3 , 0.1 , 0.1 , 0.1 ],
87
- [0.1 , 0.2 , 0.3 , 0.3 , 0.3 , 0.1 , 0.1 , 0.1 ],
88
- [0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 ],
89
- [0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 ],
90
- [0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.0001 ]
91
- ]
92
- }
2
+ "$schema" : " http://json-schema.org/draft-07/schema#" ,
3
+ "title" : " autoware_radar_object_tracker parameter" ,
4
+ "type" : " object" ,
5
+ "definitions" : {
6
+ "autoware_radar_object_tracker parameter" : {
7
+ "type" : " object" ,
8
+ "properties" : {
9
+ "can_assign_matrix" : {
10
+ "type" : " array" ,
11
+ "description" : " An array of doubles used in the data association." ,
12
+ "default" : [
13
+ [1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ],
14
+ [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
15
+ [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
16
+ [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
17
+ [0 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ],
18
+ [0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ],
19
+ [0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ],
20
+ [0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ]
21
+ ]
93
22
},
94
- "required" : [
95
- " can_assign_matrix" ,
96
- " max_dist_matrix" ,
97
- " max_area_matrix" ,
98
- " min_area_matrix" ,
99
- " max_rad_matrix" ,
100
- " min_iou_matrix"
101
- ],
102
- "additionalProperties" : false
103
- }
104
- },
105
- "properties" : {
106
- "/**" : {
107
- "type" : " object" ,
108
- "properties" : {
109
- "ros__parameters" : {
110
- "$ref" : " #/definitions/autoware_radar_object_tracker parameter"
111
- }
23
+ "max_dist_matrix" : {
24
+ "type" : " array" ,
25
+ "description" : " An array of doubles used in the data association." ,
26
+ "default" : [
27
+ [4.0 , 1.0 , 1.0 , 1.0 , 1.0 , 1.0 , 1.0 , 1.0 ],
28
+ [4.0 , 8.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
29
+ [4.0 , 6.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
30
+ [4.0 , 6.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
31
+ [4.0 , 6.0 , 8.0 , 8.0 , 8.0 , 1.0 , 1.0 , 1.0 ],
32
+ [3.0 , 1.0 , 1.0 , 1.0 , 1.0 , 3.0 , 3.0 , 2.0 ],
33
+ [3.0 , 1.0 , 1.0 , 1.0 , 1.0 , 3.0 , 3.0 , 2.0 ],
34
+ [2.0 , 1.0 , 1.0 , 1.0 , 1.0 , 3.0 , 3.0 , 2.0 ]
35
+ ]
112
36
},
113
- "required" : [" ros__parameters" ],
114
- "additionalProperties" : false
115
- }
116
- },
117
- "required" : [" /**" ],
118
- "additionalProperties" : false
119
- }
120
-
37
+ "max_area_matrix" : {
38
+ "type" : " array" ,
39
+ "description" : " An array of doubles used in the data association." ,
40
+ "default" : [
41
+ [100.0 , 100.0 , 100.0 , 100.0 , 100.0 , 100.0 , 100.0 , 100.0 ],
42
+ [12.1 , 12.1 , 36.0 , 60.0 , 60.0 , 10000.0 , 10000.0 , 10000.0 ],
43
+ [36.0 , 12.1 , 36.0 , 60.0 , 60.0 , 10000.0 , 10000.0 , 10000.0 ],
44
+ [60.0 , 12.1 , 36.0 , 60.0 , 60.0 , 10000.0 , 10000.0 , 10000.0 ],
45
+ [60.0 , 12.1 , 36.0 , 60.0 , 60.0 , 10000.0 , 10000.0 , 10000.0 ],
46
+ [2.5 , 10000.0 , 10000.0 , 10000.0 , 10000.0 , 2.5 , 2.5 , 1.0 ],
47
+ [2.5 , 10000.0 , 10000.0 , 10000.0 , 10000.0 , 2.5 , 2.5 , 1.0 ],
48
+ [2.0 , 10000.0 , 10000.0 , 10000.0 , 10000.0 , 1.5 , 1.5 , 1.0 ]
49
+ ]
50
+ },
51
+ "min_area_matrix" : {
52
+ "type" : " array" ,
53
+ "description" : " An array of doubles used in the data association." ,
54
+ "default" : [
55
+ [0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 ],
56
+ [3.6 , 3.6 , 6.0 , 10.0 , 10.0 , 0.0 , 0.0 , 0.0 ],
57
+ [6.0 , 3.6 , 6.0 , 10.0 , 10.0 , 0.0 , 0.0 , 0.0 ],
58
+ [10.0 , 3.6 , 6.0 , 10.0 , 10.0 , 0.0 , 0.0 , 0.0 ],
59
+ [10.0 , 3.6 , 6.0 , 10.0 , 10.0 , 0.0 , 0.0 , 0.0 ],
60
+ [0.001 , 0.0 , 0.0 , 0.0 , 0.0 , 0.1 , 0.1 , 0.1 ],
61
+ [0.001 , 0.0 , 0.0 , 0.0 , 0.0 , 0.1 , 0.1 , 0.1 ],
62
+ [0.001 , 0.0 , 0.0 , 0.0 , 0.0 , 0.1 , 0.1 , 0.1 ]
63
+ ]
64
+ },
65
+ "max_rad_matrix" : {
66
+ "type" : " array" ,
67
+ "description" : " An array of doubles used in the data association." ,
68
+ "default" : [
69
+ [3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 ],
70
+ [3.15 , 1.047 , 1.047 , 1.047 , 1.047 , 3.15 , 3.15 , 3.15 ],
71
+ [3.15 , 1.047 , 1.047 , 1.047 , 1.047 , 3.15 , 3.15 , 3.15 ],
72
+ [3.15 , 1.047 , 1.047 , 1.047 , 1.047 , 3.15 , 3.15 , 3.15 ],
73
+ [3.15 , 1.047 , 1.047 , 1.047 , 1.047 , 3.15 , 3.15 , 3.15 ],
74
+ [3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 ],
75
+ [3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 ],
76
+ [3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 , 3.15 ]
77
+ ]
78
+ },
79
+ "min_iou_matrix" : {
80
+ "type" : " array" ,
81
+ "description" : " An array of doubles used in the data association." ,
82
+ "default" : [
83
+ [0.0001 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 ],
84
+ [0.1 , -0.1 , 0.2 , 0.2 , 0.2 , 0.1 , 0.1 , 0.1 ],
85
+ [0.1 , 0.2 , 0.3 , 0.3 , 0.3 , 0.1 , 0.1 , 0.1 ],
86
+ [0.1 , 0.2 , 0.3 , 0.3 , 0.3 , 0.1 , 0.1 , 0.1 ],
87
+ [0.1 , 0.2 , 0.3 , 0.3 , 0.3 , 0.1 , 0.1 , 0.1 ],
88
+ [0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 ],
89
+ [0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 ],
90
+ [0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.1 , 0.0001 ]
91
+ ]
92
+ }
93
+ },
94
+ "required" : [
95
+ " can_assign_matrix" ,
96
+ " max_dist_matrix" ,
97
+ " max_area_matrix" ,
98
+ " min_area_matrix" ,
99
+ " max_rad_matrix" ,
100
+ " min_iou_matrix"
101
+ ],
102
+ "additionalProperties" : false
103
+ }
104
+ },
105
+ "properties" : {
106
+ "/**" : {
107
+ "type" : " object" ,
108
+ "properties" : {
109
+ "ros__parameters" : {
110
+ "$ref" : " #/definitions/autoware_radar_object_tracker parameter"
111
+ }
112
+ },
113
+ "required" : [" ros__parameters" ],
114
+ "additionalProperties" : false
115
+ }
116
+ },
117
+ "required" : [" /**" ],
118
+ "additionalProperties" : false
119
+ }
0 commit comments