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