|
3 | 3 | input_channels:
|
4 | 4 | detected_objects:
|
5 | 5 | topic: "/perception/object_recognition/detection/objects"
|
6 |
| - expected_interval: 0.1 |
| 6 | + can_spawn_new_tracker: true |
7 | 7 | optional:
|
8 | 8 | name: "detected_objects"
|
9 | 9 | short_name: "all"
|
10 | 10 | # LIDAR - rule-based
|
11 | 11 | lidar_clustering:
|
12 | 12 | topic: "/perception/object_recognition/detection/clustering/objects"
|
13 |
| - expected_interval: 0.1 |
| 13 | + can_spawn_new_tracker: true |
14 | 14 | optional:
|
15 | 15 | name: "clustering"
|
16 | 16 | short_name: "Lcl"
|
17 | 17 | # LIDAR - DNN
|
18 | 18 | lidar_centerpoint:
|
19 | 19 | topic: "/perception/object_recognition/detection/centerpoint/objects"
|
20 |
| - expected_interval: 0.1 |
| 20 | + can_spawn_new_tracker: true |
21 | 21 | optional:
|
22 | 22 | name: "centerpoint"
|
23 | 23 | short_name: "Lcp"
|
24 | 24 | lidar_centerpoint_validated:
|
25 | 25 | topic: "/perception/object_recognition/detection/centerpoint/validation/objects"
|
26 |
| - expected_interval: 0.1 |
| 26 | + can_spawn_new_tracker: true |
27 | 27 | optional:
|
28 | 28 | name: "centerpoint"
|
29 | 29 | short_name: "Lcp"
|
30 | 30 | lidar_apollo:
|
31 | 31 | topic: "/perception/object_recognition/detection/apollo/objects"
|
32 |
| - expected_interval: 0.1 |
| 32 | + can_spawn_new_tracker: true |
33 | 33 | optional:
|
34 | 34 | name: "apollo"
|
35 | 35 | short_name: "Lap"
|
36 | 36 | lidar_apollo_validated:
|
37 | 37 | topic: "/perception/object_recognition/detection/apollo/validation/objects"
|
38 |
| - expected_interval: 0.1 |
| 38 | + can_spawn_new_tracker: true |
39 | 39 | optional:
|
40 | 40 | name: "apollo"
|
41 | 41 | short_name: "Lap"
|
42 | 42 | # LIDAR-CAMERA - DNN
|
| 43 | + # cspell:ignore lidar_pointpainitng pointpainting |
43 | 44 | lidar_pointpainitng:
|
44 | 45 | topic: "/perception/object_recognition/detection/pointpainting/objects"
|
45 |
| - expected_interval: 0.1 |
| 46 | + can_spawn_new_tracker: true |
46 | 47 | optional:
|
47 | 48 | name: "pointpainting"
|
48 | 49 | short_name: "Lpp"
|
49 | 50 | lidar_pointpainting_validated:
|
50 | 51 | topic: "/perception/object_recognition/detection/pointpainting/validation/objects"
|
51 |
| - expected_interval: 0.1 |
52 | 52 | optional:
|
53 | 53 | name: "pointpainting"
|
54 | 54 | short_name: "Lpp"
|
55 | 55 | # CAMERA-LIDAR
|
56 | 56 | camera_lidar_fusion:
|
57 | 57 | topic: "/perception/object_recognition/detection/clustering/camera_lidar_fusion/objects"
|
58 |
| - expected_interval: 0.1 |
| 58 | + can_spawn_new_tracker: false |
59 | 59 | optional:
|
60 | 60 | name: "camera_lidar_fusion"
|
61 | 61 | short_name: "CLf"
|
62 | 62 | # CAMERA-LIDAR+TRACKER
|
63 | 63 | detection_by_tracker:
|
64 | 64 | topic: "/perception/object_recognition/detection/detection_by_tracker/objects"
|
65 |
| - expected_interval: 0.1 |
| 65 | + can_spawn_new_tracker: false |
66 | 66 | optional:
|
67 | 67 | name: "detection_by_tracker"
|
68 | 68 | short_name: "dbT"
|
69 | 69 | # RADAR
|
70 | 70 | radar:
|
71 | 71 | topic: "/sensing/radar/detected_objects"
|
72 |
| - expected_interval: 0.0333 |
| 72 | + can_spawn_new_tracker: true |
73 | 73 | optional:
|
74 | 74 | name: "radar"
|
75 | 75 | short_name: "R"
|
76 | 76 | radar_far:
|
77 | 77 | topic: "/perception/object_recognition/detection/radar/far_objects"
|
78 |
| - expected_interval: 0.0333 |
| 78 | + can_spawn_new_tracker: true |
79 | 79 | optional:
|
80 | 80 | name: "radar_far"
|
81 | 81 | short_name: "Rf"
|
0 commit comments