Apollo 10.0
自动驾驶开放平台
vehicle_test.pb.txt
浏览该文件的文档.
2 key: "CameraMultiStage"
3 value: {
4 start_command: "nohup cyber_launch start modules/perception/launch/perception_camera_multi_stage.launch &"
5 stop_command: "nohup cyber_launch stop modules/perception/launch/perception_camera_multi_stage.launch &"
6 process_monitor_config {
7 command_keywords: "start modules/perception/launch/perception_camera_multi_stage.launch"
8 }
9 }
10}
11modules {
12 key: "CameraSingleStage"
13 value: {
14 start_command: "nohup cyber_launch start modules/perception/launch/perception_camera_single_stage.launch &"
15 stop_command: "nohup cyber_launch stop modules/perception/launch/perception_camera_single_stage.launch &"
16 process_monitor_config {
17 command_keywords: "start modules/perception/launch/perception_camera_single_stage.launch"
18 }
19 }
20}
21modules {
22 key: "CameraDriver"
23 value: {
24 start_command: "nohup cyber_launch start modules/drivers/camera/launch/camera.launch &"
25 stop_command: "nohup cyber_launch stop modules/drivers/camera/launch/camera.launch &"
26 process_monitor_config {
27 command_keywords: "start modules/drivers/camera/launch/camera.launch"
28 }
29 }
30}
31modules {
32 key: "LidarPerception"
33 value: {
34 start_command: "nohup cyber_launch start modules/perception/launch/perception_lidar.launch &"
35 stop_command: "nohup cyber_launch stop modules/perception/launch/perception_lidar.launch &"
36 process_monitor_config {
37 command_keywords: "start modules/perception/launch/perception_lidar.launch"
38 }
39 }
40}
41modules {
42 key: "LidarDriver"
43 value: {
44 start_command: "nohup cyber_launch start modules/drivers/lidar/launch/driver.launch &"
45 stop_command: "nohup cyber_launch stop modules/drivers/lidar/launch/driver.launch &"
46 process_monitor_config {
47 command_keywords: "start modules/drivers/lidar/launch/driver.launch"
48 }
49 }
50}
51modules {
52 key: "Perception"
53 value: {
54 start_command: "nohup cyber_launch start modules/perception/launch/perception_all.launch &"
55 stop_command: "nohup cyber_launch stop modules/perception/launch/perception_all.launch &"
56 process_monitor_config {
57 command_keywords: "start modules/perception/launch/perception_all.launch"
58 }
59 }
60}
61modules {
62 key: "Radar"
63 value: {
64 start_command: "nohup cyber_launch start modules/perception/launch/perception_radar.launch &"
65 stop_command: "nohup cyber_launch stop modules/perception/launch/perception_radar.launch &"
66 process_monitor_config {
67 command_keywords: "start modules/perception/launch/perception_radar.launch"
68 }
69 }
70}
71modules {
72 key: "TrafficLight"
73 value: {
74 start_command: "nohup cyber_launch start modules/perception/launch/perception_trafficlight.launch &"
75 stop_command: "nohup cyber_launch stop modules/perception/launch/perception_trafficlight.launch &"
76 process_monitor_config {
77 command_keywords: "start modules/perception/launch/perception_trafficlight.launch"
78 }
79 }
80}
81modules {
82 key: "Lane"
83 value: {
84 start_command: "nohup cyber_launch start modules/perception/launch/perception_lane.launch &"
85 stop_command: "nohup cyber_launch stop modules/perception/launch/perception_lane.launch &"
86 process_monitor_config {
87 command_keywords: "start modules/perception/launch/perception_lane.launch"
88 }
89 }
90}
91cyber_modules {
92 key: "Planning"
93 value: {
94 dag_files: "modules/planning/planning_component/dag/planning.dag"
95 dag_files: "modules/external_command/process_component/dag/external_command_process.dag"
96 }
97}
98cyber_modules {
99 key: "Prediction"
100 value: {
101 dag_files: "modules/prediction/dag/prediction.dag"
102 }
103}
104cyber_modules {
105 key: "Control"
106 value: {
107 dag_files: "modules/control/control_component/dag/control.dag"
108 }
109}
110cyber_modules {
111 key: "TaskManager"
112 value: {
113 dag_files: "modules/task_manager/dag/task_manager.dag"
114 }
115}
116cyber_modules {
117 key: "Canbus"
118 value: {
119 dag_files: "modules/canbus/dag/canbus.dag"
120 }
121}
122cyber_modules {
123 key: "GPS"
124 value: {
125 dag_files: "modules/drivers/gnss/dag/gnss.dag"
126 }
127}
128cyber_modules {
129 key: "Transform"
130 value: {
131 dag_files: "modules/transform/dag/static_transform.dag"
132 }
133}
134cyber_modules {
135 key: "Localization"
136 value: {
137 dag_files: "modules/localization/dag/dag_streaming_rtk_localization.dag"
138 }
139}
140cyber_modules {
141 key: "Guardian"
142 value: {
143 dag_files: "modules/guardian/dag/guardian.dag"
144 }
145}
146cyber_modules {
147 key: "ExternalCmd"
148 value: {
149 dag_files: "modules/external_command/process_component/dag/external_command_process.dag"
150 }
151}
152monitored_components {
153 key: "Canbus"
154 value: {
155 process {
156 command_keywords: "mainboard"
157 command_keywords: "modules/canbus/dag/canbus.dag"
158 }
159 channel {
160 name: "/apollo/canbus/chassis_detail"
161 }
162 }
163}
164monitored_components {
165 key: "GNSS"
166 value: {
167 process {
168 command_keywords: "mainboard"
169 command_keywords: "modules/drivers/gnss/dag/gnss.dag"
170 }
171 # We also have a special GPSMonitor to check message status.
172 }
173}
174monitored_components {
175 key: "RTK"
176 value: {
177 process {
178 command_keywords: "mainboard"
179 command_keywords: "modules/localization/dag/dag_streaming_rtk_localization.dag"
180 }
181 channel {
182 name: "/apollo/localization/pose"
183 }
184 }
185}
186monitored_components {
187 key: "LidarPerception"
188 value: {
189 process {
190 command_keywords: "start modules/perception/launch/perception_lidar.launch"
191 }
192 }
193}
194monitored_components {
195 key: "GPS"
196 value: {
197 process {
198 command_keywords: "mainboard"
199 command_keywords: "modules/drivers/gnss/dag/gnss.dag"
200 }
201 # We also have a special GPSMonitor to check message status.
202 }
203}
204monitored_components {
205 key: "Localization"
206 value: {
207 # Special LocalizationMonitor.
208 }
209}
210monitored_components {
211 key: "CameraPerception"
212 value: {
213 # Special CameraMonitor.
214 }
215}
216monitored_components {
217 key: "CameraDriver"
218 value: {
219 process {
220 command_keywords: "start modules/drivers/camera/launch/camera.launch"
221 }
222 }
223}
224monitored_components {
225 key: "LidarDriver"
226 value: {
227 process {
228 command_keywords: "start modules/drivers/lidar/launch/driver.launch"
229 }
230 }
231}
232layout: {
233 first: {
234 direction: "column",
235 first: {
236 type: "vehicleViz"
237 },
238 splitPercentage: 66,
239 second: {
240 second: {
241 type: "components"
242 },
243 first: {
244 type: "moduleDelay"
245 },
246 direction: "row"
247 }
248 },
249 second: {
250 direction: "column",
251 first: {
252 type: "dashBoard"
253 },
254 second: {
255 type: "console"
256 },
257 splitPercentage: 43
258 },
259 splitPercentage: 72,
260 direction: "row"
261}
262operations: Record
263operations: Waypoint_Follow
264operations: Auto_Drive
265default_operation: Auto_Drive