forked from ApolloAuto/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
console_teleop.pb.txt
110 lines (110 loc) · 2.58 KB
/
console_teleop.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
modules {
key: "Router"
value: {
start_command: "run_teleop_router.bash start"
stop_command: "run_teleop_router.bash kill"
process_monitor_config {
command_keywords: "python"
command_keywords: "router.py"
}
}
}
modules {
key: "Voip Decoder"
value: {
start_command: "run_teleop_voip_decoder.bash start"
stop_command: "run_teleop_voip_decoder.bash kill"
process_monitor_config {
command_keywords: "python"
command_keywords: "voip_decoder.py"
}
}
}
modules {
key: "Voip Encoder"
value: {
start_command: "run_teleop_voip_encoder.bash start"
stop_command: "run_teleop_voip_encoder.bash kill"
process_monitor_config {
command_keywords: "python"
command_keywords: "voip_encoder.py"
}
}
}
modules {
key: "Daemon"
value: {
start_command: "run_teleop_daemon.bash start"
stop_command: "run_teleop_daemon.bash kill"
process_monitor_config {
command_keywords: "python"
command_keywords: "daemon.py"
}
}
}
modules {
key: "Telecine 0"
value: {
start_command: "run_teleop_telecine0.bash start"
stop_command: "run_teleop_telecine0.bash kill"
process_monitor_config {
command_keywords: "python"
command_keywords: "telecine.py 0"
}
}
}
modules {
key: "Telecine 1"
value: {
start_command: "run_teleop_telecine1.bash start"
stop_command: "run_teleop_telecine1.bash kill"
process_monitor_config {
command_keywords: "python"
command_keywords: "telecine.py 1"
}
}
}
modules {
key: "Telecine 2"
value: {
start_command: "run_teleop_telecine2.bash start"
stop_command: "run_teleop_telecine2.bash kill"
process_monitor_config {
command_keywords: "python"
command_keywords: "telecine.py 2"
}
}
}
modules {
key: "Video Decoder 0"
value: {
start_command: "run_teleop_video_decoder0.bash start"
stop_command: "run_teleop_video_decoder0.bash kill"
process_monitor_config {
command_keywords: "video_decoder"
command_keywords: "decoder_0"
}
}
}
modules {
key: "Video Decoder 1"
value: {
start_command: "run_teleop_video_decoder1.bash start"
stop_command: "run_teleop_video_decoder1.bash kill"
process_monitor_config {
command_keywords: "video_decoder"
command_keywords: "decoder_1"
}
}
}
modules {
key: "Video Decoder 2"
value: {
start_command: "run_teleop_video_decoder2.bash start"
stop_command: "run_teleop_video_decoder2.bash kill"
process_monitor_config {
command_keywords: "video_decoder"
command_keywords: "decoder_2"
}
}
}