forked from ApolloAuto/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
navigation.pb.txt
124 lines (124 loc) · 2.65 KB
/
navigation.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
# Should specify camera module after dag is ready
cyber_modules {
key: "Camera"
value: {
dag_files: "/apollo/modules/drivers/camera/dag/camera.dag"
dag_files: "/apollo/modules/drivers/video/dag/video.dag"
}
}
# Should specify perception module after dag is ready
cyber_modules {
key: "Perception"
value: {
dag_files: "/apollo/modules/perception/production/dag/dag_streaming_perception.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: "Radar"
value: {
dag_files: "/apollo/modules/drivers/radar/conti_radar/dag/conti_radar.dag"
}
}
cyber_modules {
key: "Localization"
value: {
dag_files: "/apollo/modules/localization/dag/dag_streaming_rtk_localization.dag"
}
}
cyber_modules {
key: "Relative Map"
value: {
dag_files: "/apollo/modules/map/relative_map/dag/relative_map.dag"
}
}
cyber_modules {
key: "Planning"
value: {
dag_files: "/apollo/modules/planning/dag/planning_navi.dag"
}
}
cyber_modules {
key: "Prediction"
value: {
dag_files: "/apollo/modules/prediction/dag/prediction_navi.dag"
}
}
# Should specify control module after dag is ready
cyber_modules {
key: "Control"
value: {
dag_files: "/apollo/modules/control/dag/control.dag"
}
}
cyber_modules {
key: "Guardian"
value: {
dag_files: "/apollo/modules/guardian/dag/guardian.dag"
}
}
cyber_modules {
key: "Third Party Perception"
value: {
dag_files: "/apollo/modules/third_party_perception/dag/third_party_perception.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: "ESD-CAN"
value: {
# Special EsdCanMonitor.
}
}