|
3 | 3 | input_channels:
|
4 | 4 | detected_objects:
|
5 | 5 | topic: "/perception/object_recognition/detection/objects"
|
6 |
| - can_spawn_new_tracker: true |
7 | 6 | optional:
|
8 | 7 | name: "detected_objects"
|
9 | 8 | short_name: "all"
|
10 | 9 | # LIDAR - rule-based
|
11 | 10 | lidar_clustering:
|
12 | 11 | topic: "/perception/object_recognition/detection/clustering/objects"
|
13 |
| - can_spawn_new_tracker: true |
| 12 | + flags: |
| 13 | + can_spawn_new_tracker: true |
| 14 | + can_trust_existence_probability: false |
| 15 | + can_trust_extension: false |
| 16 | + can_trust_classification: false |
| 17 | + can_trust_orientation: false |
14 | 18 | optional:
|
15 | 19 | name: "clustering"
|
16 | 20 | short_name: "Lcl"
|
17 | 21 | # LIDAR - DNN
|
18 | 22 | lidar_centerpoint:
|
19 | 23 | topic: "/perception/object_recognition/detection/centerpoint/objects"
|
20 |
| - can_spawn_new_tracker: true |
| 24 | + flags: |
| 25 | + can_spawn_new_tracker: true |
| 26 | + can_trust_existence_probability: true |
| 27 | + can_trust_extension: true |
| 28 | + can_trust_classification: true |
| 29 | + can_trust_orientation: true |
21 | 30 | optional:
|
22 | 31 | name: "centerpoint"
|
23 | 32 | short_name: "Lcp"
|
24 | 33 | lidar_centerpoint_validated:
|
25 | 34 | topic: "/perception/object_recognition/detection/centerpoint/validation/objects"
|
26 |
| - can_spawn_new_tracker: true |
| 35 | + flags: |
| 36 | + can_spawn_new_tracker: true |
| 37 | + can_trust_existence_probability: true |
| 38 | + can_trust_extension: true |
| 39 | + can_trust_classification: true |
| 40 | + can_trust_orientation: true |
27 | 41 | optional:
|
28 | 42 | name: "centerpoint"
|
29 | 43 | short_name: "Lcp"
|
30 | 44 | lidar_apollo:
|
31 | 45 | topic: "/perception/object_recognition/detection/apollo/objects"
|
32 |
| - can_spawn_new_tracker: true |
| 46 | + flags: |
| 47 | + can_spawn_new_tracker: true |
| 48 | + can_trust_existence_probability: true |
| 49 | + can_trust_extension: true |
| 50 | + can_trust_classification: true |
| 51 | + can_trust_orientation: true |
33 | 52 | optional:
|
34 | 53 | name: "apollo"
|
35 | 54 | short_name: "Lap"
|
36 | 55 | lidar_apollo_validated:
|
37 | 56 | topic: "/perception/object_recognition/detection/apollo/validation/objects"
|
38 |
| - can_spawn_new_tracker: true |
| 57 | + flags: |
| 58 | + can_spawn_new_tracker: true |
| 59 | + can_trust_existence_probability: true |
| 60 | + can_trust_extension: true |
| 61 | + can_trust_classification: true |
| 62 | + can_trust_orientation: true |
39 | 63 | optional:
|
40 | 64 | name: "apollo"
|
41 | 65 | short_name: "Lap"
|
42 | 66 | # LIDAR-CAMERA - DNN
|
43 | 67 | # cspell:ignore lidar_pointpainting pointpainting
|
44 | 68 | lidar_pointpainting:
|
45 | 69 | topic: "/perception/object_recognition/detection/pointpainting/objects"
|
46 |
| - can_spawn_new_tracker: true |
| 70 | + flags: |
| 71 | + can_spawn_new_tracker: true |
| 72 | + can_trust_existence_probability: true |
| 73 | + can_trust_extension: true |
| 74 | + can_trust_classification: true |
| 75 | + can_trust_orientation: true |
47 | 76 | optional:
|
48 | 77 | name: "pointpainting"
|
49 | 78 | short_name: "Lpp"
|
50 | 79 | lidar_pointpainting_validated:
|
51 | 80 | topic: "/perception/object_recognition/detection/pointpainting/validation/objects"
|
52 |
| - can_spawn_new_tracker: true |
| 81 | + flags: |
| 82 | + can_spawn_new_tracker: true |
| 83 | + can_trust_existence_probability: true |
| 84 | + can_trust_extension: true |
| 85 | + can_trust_classification: true |
| 86 | + can_trust_orientation: true |
53 | 87 | optional:
|
54 | 88 | name: "pointpainting"
|
55 | 89 | short_name: "Lpp"
|
56 | 90 | # CAMERA-LIDAR
|
57 | 91 | camera_lidar_fusion:
|
58 | 92 | topic: "/perception/object_recognition/detection/clustering/camera_lidar_fusion/objects"
|
59 |
| - can_spawn_new_tracker: true |
| 93 | + flags: |
| 94 | + can_spawn_new_tracker: true |
| 95 | + can_trust_existence_probability: false |
| 96 | + can_trust_extension: false |
| 97 | + can_trust_classification: true |
| 98 | + can_trust_orientation: false |
60 | 99 | optional:
|
61 | 100 | name: "camera_lidar_fusion"
|
62 | 101 | short_name: "CLf"
|
63 | 102 | # CAMERA-LIDAR+TRACKER
|
64 | 103 | detection_by_tracker:
|
65 | 104 | topic: "/perception/object_recognition/detection/detection_by_tracker/objects"
|
66 |
| - can_spawn_new_tracker: false |
| 105 | + flags: |
| 106 | + can_spawn_new_tracker: false |
| 107 | + can_trust_existence_probability: false |
| 108 | + can_trust_extension: false |
| 109 | + can_trust_classification: false |
| 110 | + can_trust_orientation: false |
67 | 111 | optional:
|
68 | 112 | name: "detection_by_tracker"
|
69 | 113 | short_name: "dbT"
|
70 | 114 | # RADAR
|
71 | 115 | radar:
|
72 | 116 | topic: "/sensing/radar/detected_objects"
|
73 |
| - can_spawn_new_tracker: true |
| 117 | + flags: |
| 118 | + can_spawn_new_tracker: true |
| 119 | + can_trust_existence_probability: true |
| 120 | + can_trust_extension: false |
| 121 | + can_trust_classification: true |
| 122 | + can_trust_orientation: false |
74 | 123 | optional:
|
75 | 124 | name: "radar"
|
76 | 125 | short_name: "R"
|
77 | 126 | radar_far:
|
78 | 127 | topic: "/perception/object_recognition/detection/radar/far_objects"
|
79 |
| - can_spawn_new_tracker: true |
| 128 | + flags: |
| 129 | + can_spawn_new_tracker: true |
| 130 | + can_trust_existence_probability: true |
| 131 | + can_trust_extension: false |
| 132 | + can_trust_classification: true |
| 133 | + can_trust_orientation: false |
80 | 134 | optional:
|
81 | 135 | name: "radar_far"
|
82 | 136 | short_name: "Rf"
|
0 commit comments