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