Apollo 10.0
自动驾驶开放平台
LatencyGraph.yml
浏览该文件的文档.
1options:
2 legend:
3 display: true
4 axes:
5 x:
6 labelString: 'timestamp (sec)'
7 y:
8 labelString: 'latency (ms)'
9properties:
10 lines:
11 chassis:
12 color: 'rgba(241, 113, 112, 0.5)' # red
13 borderWidth: 2
14 pointRadius: 0
15 fill: false
16 showLine: true
17 localization:
18 color: 'rgba(254, 208,114, 0.5)' # yellow
19 borderWidth: 2
20 pointRadius: 0
21 fill: false
22 showLine: true
23 prediction:
24 color: 'rgba(162, 212, 113, 0.5)' # lime green
25 borderWidth: 2
26 pointRadius: 0
27 fill: false
28 showLine: true
29 perception:
30 color: 'rgba(113, 226, 208, 0.5)' # turquoise
31 borderWidth: 2
32 pointRadius: 0
33 fill: false
34 showLine: true
35 planning:
36 color: 'rgba(113, 208, 255, 0.5)' # aqua
37 borderWidth: 2
38 pointRadius: 0
39 fill: false
40 showLine: true
41 control:
42 color: 'rgba(179, 164, 238, 0.5)' # lavender
43 borderWidth: 2
44 pointRadius: 0
45 fill: false
46 showLine: true