|
11 | 11 | "description": "The ROS topic name for the input channel.",
|
12 | 12 | "default": "/perception/object_recognition/detection/objects"
|
13 | 13 | },
|
14 |
| - "can_spawn_new_tracker": { |
15 |
| - "type": "boolean", |
16 |
| - "description": "Indicates if the input channel can spawn new trackers.", |
17 |
| - "default": true |
| 14 | + "flags": { |
| 15 | + "type": "object", |
| 16 | + "properties": { |
| 17 | + "can_spawn_new_tracker": { |
| 18 | + "type": "boolean", |
| 19 | + "description": "Indicates if the input channel can spawn new trackers.", |
| 20 | + "default": true |
| 21 | + }, |
| 22 | + "can_trust_existence_probability": { |
| 23 | + "type": "boolean", |
| 24 | + "description": "Indicates if the input channel can trust the existence probability.", |
| 25 | + "default": true |
| 26 | + }, |
| 27 | + "can_trust_extension": { |
| 28 | + "type": "boolean", |
| 29 | + "description": "Indicates if the input channel can trust the object size(extension).", |
| 30 | + "default": true |
| 31 | + }, |
| 32 | + "can_trust_classification": { |
| 33 | + "type": "boolean", |
| 34 | + "description": "Indicates if the input channel can trust the object classification.", |
| 35 | + "default": true |
| 36 | + }, |
| 37 | + "can_trust_orientation": { |
| 38 | + "type": "boolean", |
| 39 | + "description": "Indicates if the input channel can trust the object orientation.", |
| 40 | + "default": true |
| 41 | + } |
| 42 | + } |
18 | 43 | },
|
19 | 44 | "optional": {
|
20 | 45 | "type": "object",
|
|
32 | 57 | }
|
33 | 58 | }
|
34 | 59 | },
|
35 |
| - "required": ["topic", "can_spawn_new_tracker"] |
| 60 | + "required": ["topic", "flags"] |
36 | 61 | }
|
37 | 62 | },
|
38 | 63 | "properties": {
|
|
49 | 74 | "$ref": "#/definitions/input_channel",
|
50 | 75 | "default": {
|
51 | 76 | "topic": "/perception/object_recognition/detection/objects",
|
52 |
| - "can_spawn_new_tracker": true, |
| 77 | + "flags": { |
| 78 | + "can_spawn_new_tracker": true, |
| 79 | + "can_trust_existence_probability": true, |
| 80 | + "can_trust_extension": true, |
| 81 | + "can_trust_classification": true, |
| 82 | + "can_trust_orientation": true |
| 83 | + }, |
53 | 84 | "optional": {
|
54 | 85 | "name": "detected_objects",
|
55 | 86 | "short_name": "all"
|
|
60 | 91 | "$ref": "#/definitions/input_channel",
|
61 | 92 | "default": {
|
62 | 93 | "topic": "/perception/object_recognition/detection/clustering/objects",
|
63 |
| - "can_spawn_new_tracker": true, |
| 94 | + "flags": { |
| 95 | + "can_spawn_new_tracker": true, |
| 96 | + "can_trust_existence_probability": false, |
| 97 | + "can_trust_extension": false, |
| 98 | + "can_trust_classification": false, |
| 99 | + "can_trust_orientation": false |
| 100 | + }, |
64 | 101 | "optional": {
|
65 | 102 | "name": "clustering",
|
66 | 103 | "short_name": "Lcl"
|
|
71 | 108 | "$ref": "#/definitions/input_channel",
|
72 | 109 | "default": {
|
73 | 110 | "topic": "/perception/object_recognition/detection/centerpoint/objects",
|
74 |
| - "can_spawn_new_tracker": true, |
| 111 | + "flags": { |
| 112 | + "can_spawn_new_tracker": true, |
| 113 | + "can_trust_existence_probability": true, |
| 114 | + "can_trust_extension": true, |
| 115 | + "can_trust_classification": true, |
| 116 | + "can_trust_orientation": true |
| 117 | + }, |
75 | 118 | "optional": {
|
76 | 119 | "name": "centerpoint",
|
77 | 120 | "short_name": "Lcp"
|
|
82 | 125 | "$ref": "#/definitions/input_channel",
|
83 | 126 | "default": {
|
84 | 127 | "topic": "/perception/object_recognition/detection/centerpoint/validation/objects",
|
85 |
| - "can_spawn_new_tracker": true, |
| 128 | + "flags": { |
| 129 | + "can_spawn_new_tracker": true, |
| 130 | + "can_trust_existence_probability": true, |
| 131 | + "can_trust_extension": true, |
| 132 | + "can_trust_classification": true, |
| 133 | + "can_trust_orientation": true |
| 134 | + }, |
86 | 135 | "optional": {
|
87 | 136 | "name": "centerpoint",
|
88 | 137 | "short_name": "Lcp"
|
|
93 | 142 | "$ref": "#/definitions/input_channel",
|
94 | 143 | "default": {
|
95 | 144 | "topic": "/perception/object_recognition/detection/apollo/objects",
|
96 |
| - "can_spawn_new_tracker": true, |
| 145 | + "flags": { |
| 146 | + "can_spawn_new_tracker": true, |
| 147 | + "can_trust_existence_probability": true, |
| 148 | + "can_trust_extension": true, |
| 149 | + "can_trust_classification": true, |
| 150 | + "can_trust_orientation": true |
| 151 | + }, |
97 | 152 | "optional": {
|
98 | 153 | "name": "apollo",
|
99 | 154 | "short_name": "Lap"
|
|
104 | 159 | "$ref": "#/definitions/input_channel",
|
105 | 160 | "default": {
|
106 | 161 | "topic": "/perception/object_recognition/detection/apollo/validation/objects",
|
107 |
| - "can_spawn_new_tracker": true, |
| 162 | + "flags": { |
| 163 | + "can_spawn_new_tracker": true, |
| 164 | + "can_trust_existence_probability": true, |
| 165 | + "can_trust_extension": true, |
| 166 | + "can_trust_classification": true, |
| 167 | + "can_trust_orientation": true |
| 168 | + }, |
108 | 169 | "optional": {
|
109 | 170 | "name": "apollo",
|
110 | 171 | "short_name": "Lap"
|
|
115 | 176 | "$ref": "#/definitions/input_channel",
|
116 | 177 | "default": {
|
117 | 178 | "topic": "/perception/object_recognition/detection/pointpainting/objects",
|
118 |
| - "can_spawn_new_tracker": true, |
| 179 | + "flags": { |
| 180 | + "can_spawn_new_tracker": true, |
| 181 | + "can_trust_existence_probability": true, |
| 182 | + "can_trust_extension": true, |
| 183 | + "can_trust_classification": true, |
| 184 | + "can_trust_orientation": true |
| 185 | + }, |
119 | 186 | "optional": {
|
120 | 187 | "name": "pointpainting",
|
121 | 188 | "short_name": "Lpp"
|
|
126 | 193 | "$ref": "#/definitions/input_channel",
|
127 | 194 | "default": {
|
128 | 195 | "topic": "/perception/object_recognition/detection/pointpainting/validation/objects",
|
129 |
| - "can_spawn_new_tracker": true, |
| 196 | + "flags": { |
| 197 | + "can_spawn_new_tracker": true, |
| 198 | + "can_trust_existence_probability": true, |
| 199 | + "can_trust_extension": true, |
| 200 | + "can_trust_classification": true, |
| 201 | + "can_trust_orientation": true |
| 202 | + }, |
130 | 203 | "optional": {
|
131 | 204 | "name": "pointpainting",
|
132 | 205 | "short_name": "Lpp"
|
|
137 | 210 | "$ref": "#/definitions/input_channel",
|
138 | 211 | "default": {
|
139 | 212 | "topic": "/perception/object_recognition/detection/clustering/camera_lidar_fusion/objects",
|
140 |
| - "can_spawn_new_tracker": true, |
| 213 | + "flags": { |
| 214 | + "can_spawn_new_tracker": true, |
| 215 | + "can_trust_existence_probability": false, |
| 216 | + "can_trust_extension": false, |
| 217 | + "can_trust_classification": true, |
| 218 | + "can_trust_orientation": false |
| 219 | + }, |
141 | 220 | "optional": {
|
142 | 221 | "name": "camera_lidar_fusion",
|
143 | 222 | "short_name": "CLf"
|
|
148 | 227 | "$ref": "#/definitions/input_channel",
|
149 | 228 | "default": {
|
150 | 229 | "topic": "/perception/object_recognition/detection/detection_by_tracker/objects",
|
151 |
| - "can_spawn_new_tracker": false, |
| 230 | + "flags": { |
| 231 | + "can_spawn_new_tracker": false, |
| 232 | + "can_trust_existence_probability": false, |
| 233 | + "can_trust_extension": false, |
| 234 | + "can_trust_classification": false, |
| 235 | + "can_trust_orientation": false |
| 236 | + }, |
152 | 237 | "optional": {
|
153 | 238 | "name": "detection_by_tracker",
|
154 | 239 | "short_name": "dbT"
|
|
159 | 244 | "$ref": "#/definitions/input_channel",
|
160 | 245 | "default": {
|
161 | 246 | "topic": "/sensing/radar/detected_objects",
|
162 |
| - "can_spawn_new_tracker": true, |
| 247 | + "flags": { |
| 248 | + "can_spawn_new_tracker": true, |
| 249 | + "can_trust_existence_probability": true, |
| 250 | + "can_trust_extension": false, |
| 251 | + "can_trust_classification": true, |
| 252 | + "can_trust_orientation": false |
| 253 | + }, |
163 | 254 | "optional": {
|
164 | 255 | "name": "radar",
|
165 | 256 | "short_name": "R"
|
|
170 | 261 | "$ref": "#/definitions/input_channel",
|
171 | 262 | "default": {
|
172 | 263 | "topic": "/perception/object_recognition/detection/radar/far_objects",
|
173 |
| - "can_spawn_new_tracker": true, |
| 264 | + "flags": { |
| 265 | + "can_spawn_new_tracker": true, |
| 266 | + "can_trust_existence_probability": true, |
| 267 | + "can_trust_extension": false, |
| 268 | + "can_trust_classification": true, |
| 269 | + "can_trust_orientation": false |
| 270 | + }, |
174 | 271 | "optional": {
|
175 | 272 | "name": "radar_far",
|
176 | 273 | "short_name": "Rf"
|
|
0 commit comments