Apollo 10.0
自动驾驶开放平台
dev_kit_debug.pb.txt
浏览该文件的文档.
1cyber_modules {
2 key: "Camera"
3 value: {
4 dag_files: "modules/drivers/camera/dag/dev_kit_camera.dag"
5 }
6}
7cyber_modules {
8 key: "Lidar"
9 value: {
10 dag_files: "modules/drivers/lidar/dag/lidar.dag"
11 }
12}
13cyber_modules {
14 key: "Canbus"
15 value: {
16 dag_files: "modules/canbus/dag/canbus.dag"
17 }
18}
19cyber_modules {
20 key: "Control"
21 value: {
22 dag_files: "modules/control/control_component/dag/control.dag"
23 }
24}
25cyber_modules {
26 key: "TaskManager"
27 value: {
28 dag_files: "modules/task_manager/dag/task_manager.dag"
29 }
30}
31cyber_modules {
32 key: "GPS"
33 value: {
34 dag_files: "modules/drivers/gnss/dag/gnss.dag"
35 }
36}
37cyber_modules {
38 key: "Guardian"
39 value: {
40 dag_files: "modules/guardian/dag/guardian.dag"
41 }
42}
43cyber_modules {
44 key: "Localization"
45 value: {
46 dag_files: "modules/localization/dag/dag_streaming_rtk_localization.dag"
47 }
48}
49cyber_modules {
50 key: "Lidar Perception"
51 value: {
52 dag_files: "modules/perception/production/dag/dag_streaming_perception_dev_kit_lidar.dag"
53 }
54}
55cyber_modules {
56 key: "Camera Perception"
57 value: {
58 dag_files: "modules/perception/production/dag/dag_streaming_perception_dev_kit_camera.dag"
59 }
60}
61cyber_modules {
62 key: "Traffic Light"
63 value: {
64 dag_files: "modules/perception/production/dag/dag_streaming_perception_trafficlights.dag"
65 }
66}
67cyber_modules {
68 key: "Planning"
69 value: {
70 dag_files: "modules/planning/planning_component/dag/planning.dag"
71 dag_files: "modules/external_command/process_component/dag/external_command_process.dag"
72 }
73}
74cyber_modules {
75 key: "Prediction"
76 value: {
77 dag_files: "modules/prediction/dag/prediction.dag"
78 }
79}
80cyber_modules {
81 key: "Radar"
82 value: {
83 dag_files: "modules/drivers/radar/conti_radar/dag/conti_radar.dag"
84 }
85}
86cyber_modules {
87 key: "Transform"
88 value: {
89 dag_files: "modules/transform/dag/static_transform.dag"
90 }
91}
92
93cyber_modules {
94 key: "SmarterEye"
95 value: {
96 dag_files: "modules/drivers/smartereye/dag/smartereye.dag"
97 }
98}
99cyber_modules {
100 key: "Third Party Perception"
101 value: {
102 dag_files: "modules/third_party_perception/dag/third_party_perception.dag"
103 }
104}
105
106modules {
107 key: "Recorder"
108 value: {
109 start_command: "/apollo/scripts/record_bag.py --start --all"
110 stop_command: "/apollo/scripts/record_bag.py --stop --stop_signal SIGINT"
111 process_monitor_config {
112 command_keywords: "cyber_recorder record"
113 }
114 }
115}
116monitored_components {
117 key: "Recorder"
118 value: {
119 process {
120 command_keywords: "cyber_recorder record"
121 }
122 resource {
123 disk_spaces {
124 # For logs.
125 path: "data"
126 insufficient_space_warning: 8
127 insufficient_space_error: 2
128 }
129 disk_spaces {
130 # For records.
131 path: "/media/apollo/internal_nvme"
132 insufficient_space_warning: 128
133 insufficient_space_error: 32
134 }
135 }
136 }
137}
138monitored_components {
139 key: "GNSS"
140 value: {
141 process {
142 command_keywords: "mainboard"
143 command_keywords: "modules/drivers/gnss/dag/gnss.dag"
144 }
145 # We also have a special GPSMonitor to check message status.
146 }
147}
148monitored_components {
149 key: "Localization"
150 value: {
151 # Special LocalizationMonitor.
152 }
153}
154# Disbale ESD-CAN for a while as in some cars we are using B-CAN.
155# monitored_components {
156# key: "ESD-CAN"
157# value: {
158# # Special EsdCanMonitor.
159# }
160# }
161monitored_components {
162 key: "Lidar 16"
163 value: {
164 channel {
165 name: "/apollo/sensor/lidar16/compensator/PointCloud2"
166 }
167 }
168}