Apollo 10.0
自动驾驶开放平台
global_components_config.pb.txt
浏览该文件的文档.
1global_components {
2 key: "DataRecorder"
3 value: {
4 process {
5 command_keywords: "cyber_recorder record"
6 }
7 resource {
8 disk_spaces {
9 # For logs.
10 path: "data"
11 insufficient_space_warning: 8
12 insufficient_space_error: 2
13 }
14 disk_spaces {
15 # For records.
16 path: "data/bag"
17 insufficient_space_warning: 128
18 insufficient_space_error: 32
19 }
20 }
21 }
22}
23
24global_components {
25 key: "Terminal"
26 value: {
27 process {
28 command_keywords: "modules/dreamview_plus/backend/third_party_lib/cyber_shell"
29 }
30 }
31}
32
33global_components {
34 key: "RTKRecorder"
35 value: {
36 process {
37 command_keywords: "record_play/rtk_recorder"
38 }
39 }
40}
41
42global_components {
43 key: "RTKPlayer"
44 value: {
45 process {
46 command_keywords: "record_play/rtk_player"
47 }
48 }
49}