Skip to content

Commit ef6e1d5

Browse files
pre-commit-ci[bot]vish0012
authored andcommitted
style(pre-commit): autofix
1 parent cda3e16 commit ef6e1d5

File tree

4 files changed

+288
-307
lines changed

4 files changed

+288
-307
lines changed

perception/autoware_radar_object_tracker/README.md

-16
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ Currently, this package supports the following trackers:
7474

7575
Default settings for each tracker are defined in the [./config/tracking/](./config/tracking/), and described in [models.md](models.md).
7676

77-
78-
7977
{{ json_to_markdown("perception/autoware_radar_object_tracker/schema/data-association_matrix.schema.json") }}
8078

8179
{{ json_to_markdown("perception/autoware_radar_object_tracker/schema/default_tracker.schema.json") }}
@@ -84,20 +82,6 @@ Default settings for each tracker are defined in the [./config/tracking/](./conf
8482

8583
{{ json_to_markdown("perception/autoware_radar_object_tracker/schema/simulation_tracker.schema.json") }}
8684

87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
98-
99-
100-
10185
## Assumptions / Known limits
10286

10387
<!-- In the future, you can add assumptions and known limitations of this package. -->
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,119 @@
11
{
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+
]
9322
},
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+
]
11236
},
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

Comments
 (0)