Apollo 10.0
自动驾驶开放平台
mkz_64beam.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_64_16.dag"
101 }
102}
103modules {
104 key: "Recorder"
105 value: {
106 start_command: "/apollo/scripts/record_bag.py --start --all"
107 stop_command: "/apollo/scripts/record_bag.py --stop --stop_signal SIGINT"
108 process_monitor_config {
109 command_keywords: "cyber_recorder record"
110 }
111 }
112}
113monitored_components {
114 key: "Recorder"
115 value: {
116 process {
117 command_keywords: "cyber_recorder record"
118 }
119 resource {
120 disk_spaces {
121 # For logs.
122 path: "data"
123 insufficient_space_warning: 8
124 insufficient_space_error: 2
125 }
126 disk_spaces {
127 # For records.
128 path: "/media/apollo/internal_nvme"
129 insufficient_space_warning: 128
130 insufficient_space_error: 32
131 }
132 }
133 }
134}
135monitored_components {
136 key: "GPS"
137 value: {
138 process {
139 command_keywords: "mainboard"
140 command_keywords: "modules/drivers/gnss/dag/gnss.dag"
141 }
142 # We also have a special GPSMonitor to check message status.
143 }
144}
145monitored_components {
146 key: "Localization"
147 value: {
148 # Special LocalizationMonitor.
149 }
150}
151# Disbale ESD-CAN for a while as in some cars we are using B-CAN.
152# monitored_components {
153# key: "ESD-CAN"
154# value: {
155# # Special EsdCanMonitor.
156# }
157# }
158monitored_components {
159 key: "Lidar 64"
160 value: {
161 channel {
162 name: "/apollo/sensor/velodyne64/compensator/PointCloud2"
163 }
164 }
165}