forked from ApolloAuto/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipc1_mkz_standard_debug.pb.txt
130 lines (130 loc) · 2.7 KB
/
ipc1_mkz_standard_debug.pb.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
cyber_modules {
key: "Camera"
value: {
dag_files: "/apollo/modules/drivers/camera/dag/camera.dag"
dag_files: "/apollo/modules/drivers/video/dag/video.dag"
}
}
cyber_modules {
key: "Canbus"
value: {
dag_files: "/apollo/modules/canbus/dag/canbus.dag"
}
}
cyber_modules {
key: "GPS"
value: {
dag_files: "/apollo/modules/drivers/gnss/dag/gnss.dag"
}
}
cyber_modules {
key: "Guardian"
value: {
dag_files: "/apollo/modules/guardian/dag/guardian.dag"
}
}
cyber_modules {
key: "Localization"
value: {
dag_files: "/apollo/modules/localization/dag/dag_streaming_rtk_localization.dag"
}
}
cyber_modules {
key: "Perception"
value: {
dag_files: "/apollo/modules/perception/production/dag/dag_streaming_perception.dag"
}
}
cyber_modules {
key: "Traffic Light"
value: {
dag_files: "/apollo/modules/perception/production/dag/dag_streaming_perception_trafficlights.dag"
}
}
cyber_modules {
key: "Radar"
value: {
dag_files: "/apollo/modules/drivers/radar/conti_radar/dag/conti_radar.dag"
}
}
cyber_modules {
key: "Routing"
value: {
dag_files: "/apollo/modules/routing/dag/routing.dag"
}
}
cyber_modules {
key: "Transform"
value: {
dag_files: "/apollo/modules/transform/dag/static_transform.dag"
}
}
cyber_modules {
key: "Velodyne"
value: {
dag_files: "/apollo/modules/drivers/velodyne/dag/velodyne.dag"
}
}
modules {
key: "Recorder"
value: {
start_command: "/apollo/scripts/record_bag.py --start"
stop_command: "/apollo/scripts/record_bag.py --stop"
process_monitor_config {
command_keywords: "cyber_recorder record"
}
}
}
monitored_components {
key: "Recorder"
value: {
process {
command_keywords: "cyber_recorder record"
}
resource {
disk_spaces {
# For logs.
path: "/apollo/data"
insufficient_space_warning: 8
insufficient_space_error: 2
}
disk_spaces {
# For records.
path: "/media/apollo/internal_nvme"
insufficient_space_warning: 128
insufficient_space_error: 32
}
}
}
}
monitored_components {
key: "GPS"
value: {
process {
command_keywords: "mainboard"
command_keywords: "/apollo/modules/drivers/gnss/dag/gnss.dag"
}
# We also have a special GPSMonitor to check message status.
}
}
monitored_components {
key: "Localization"
value: {
# Special LocalizationMonitor.
}
}
# Disbale ESD-CAN for a while as in some cars we are using B-CAN.
# monitored_components {
# key: "ESD-CAN"
# value: {
# # Special EsdCanMonitor.
# }
# }
monitored_components {
key: "Lidar 128"
value: {
channel {
name: "/apollo/sensor/lidar128/compensator/PointCloud2"
}
}
}