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