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