forked from mjfeng4444/control_simulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkz_close_loop.pb.txt
75 lines (75 loc) · 2.22 KB
/
mkz_close_loop.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
cyber_modules {
key: "Computer"
value: {
dag_files: "/apollo/modules/drivers/camera/dag/camera_no_compress.dag"
dag_files: "/apollo/modules/drivers/gnss/dag/gnss.dag"
dag_files: "/apollo/modules/drivers/radar/conti_radar/dag/conti_radar.dag"
dag_files: "/apollo/modules/drivers/lidar/velodyne/dag/velodyne.dag"
dag_files: "/apollo/modules/localization/dag/dag_streaming_rtk_localization.dag"
dag_files: "/apollo/modules/perception/production/dag/dag_streaming_perception.dag"
dag_files: "/apollo/modules/perception/production/dag/dag_streaming_perception_trafficlights.dag"
dag_files: "/apollo/modules/planning/dag/planning.dag"
dag_files: "/apollo/modules/prediction/dag/prediction.dag"
dag_files: "/apollo/modules/storytelling/dag/storytelling.dag"
dag_files: "/apollo/modules/routing/dag/routing.dag"
dag_files: "/apollo/modules/transform/dag/static_transform.dag"
process_group: "compute_sched"
}
}
cyber_modules {
key: "Controller"
value: {
dag_files: "/apollo/modules/canbus/dag/canbus.dag"
dag_files: "/apollo/modules/control/dag/control.dag"
dag_files: "/apollo/modules/guardian/dag/guardian.dag"
process_group: "control_sched"
}
}
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.
}
}