Apollo 10.0
自动驾驶开放平台
ControlGraph.yml
浏览该文件的文档.
1trajectoryGraph:
2 title: 'Trajectory'
3 options:
4 # This is the aspect ratio (width/height) of the entire chart.
5 # Given there's space used for title and legend in this chart,
6 # the ratio is reduced to get aspectRatio of x-axis/y-axis ~ 1.
7 aspectRatio: 0.9
8 # To make sure x-Axis and y-Axis has the same window size
9 syncXYWindowSize: true
10 legend:
11 display: true
12 axes:
13 x:
14 labelString: 'x (m)'
15 y:
16 labelString: 'y (m)'
17 properties:
18 cars:
19 pose:
20 color: 'rgba(0, 255, 0, 0.55)' # green
21 lines:
22 currentTargetPoint:
23 color: 'rgba(360, 0, 0, 1)' # red
24 borderWidth: 0
25 pointRadius: 7
26 fill: false
27 showLine: false
28 pointStyle: 'crossRot'
29 real:
30 color: 'rgba(0, 106, 255, 1)' # blue
31 borderWidth: 2
32 pointRadius: 0
33 fill: false
34 showLine: ture
35 steerCurve:
36 color: 'rgba(255, 206, 86, 1)' # yellow
37 borderWidth: 1
38 pointRadius: 0
39 fill: false
40 showLine: true
41 plan:
42 color: 'rgba(1, 209, 193, 0.65)' # green
43 borderWidth: 0
44 pointRadius: 1
45 fill: false
46 showLine: false
47 target:
48 color: 'rgba(180, 255, 180, 0.7)' # light green
49 borderWidth: 3
50 pointRadius: 0
51 fill: false
52 showLine: true
53 autoModeZone:
54 color: 'rgba(224, 224, 224, 0.15)' # white
55 borderWidth: 0
56 pointRadius: 4
57 fill: false
58 showLine: true
59speedGraph:
60 title: 'Speed'
61 options:
62 legend:
63 display: true
64 axes:
65 x:
66 labelString: 't (second)'
67 y:
68 labelString: 'speed (m/s)'
69 properties:
70 lines:
71 real:
72 color: 'rgba(0, 106, 255, 1)' # blue
73 borderWidth: 2
74 pointRadius: 0
75 fill: false
76 showLine: ture
77 plan:
78 color: 'rgba(1, 209, 193, 0.65)' # green
79 borderWidth: 0
80 pointRadius: 2
81 fill: false
82 showLine: false
83 target:
84 color: 'rgba(180, 255, 180, 0.7)' # light green
85 borderWidth: 3
86 pointRadius: 0
87 fill: false
88 showLine: true
89 autoModeZone:
90 color: 'rgba(224, 224, 224, 0.15)' # white
91 borderWidth: 0
92 pointRadius: 4
93 fill: false
94 showLine: true
95curvatureGraph:
96 title: 'Curvature'
97 options:
98 legend:
99 display: true
100 axes:
101 x:
102 labelString: 't (second)'
103 y:
104 labelString: 'Curvature (m-1)'
105 properties:
106 lines:
107 real:
108 color: 'rgba(0, 106, 255, 1)' # blue
109 borderWidth: 2
110 pointRadius: 0
111 fill: false
112 showLine: ture
113 plan:
114 color: 'rgba(1, 209, 193, 0.65)' # green
115 borderWidth: 0
116 pointRadius: 2
117 fill: false
118 showLine: false
119 target:
120 color: 'rgba(180, 255, 180, 0.7)' # light green
121 borderWidth: 3
122 pointRadius: 0
123 fill: false
124 showLine: true
125 autoModeZone:
126 color: 'rgba(224, 224, 224, 0.15)' # white
127 borderWidth: 0
128 pointRadius: 4
129 fill: false
130 showLine: true
131accelerationGraph:
132 title: 'Acceleration'
133 options:
134 legend:
135 display: true
136 axes:
137 x:
138 labelString: 't (second)'
139 y:
140 labelString: 'acceleration (m/s^2)'
141 properties:
142 lines:
143 real:
144 color: 'rgba(0, 106, 255, 1)' # blue
145 borderWidth: 2
146 pointRadius: 0
147 fill: false
148 showLine: ture
149 plan:
150 color: 'rgba(1, 209, 193, 0.65)' # green
151 borderWidth: 0
152 pointRadius: 2
153 fill: false
154 showLine: false
155 target:
156 color: 'rgba(180, 255, 180, 0.7)' # light green
157 borderWidth: 3
158 pointRadius: 0
159 fill: false
160 showLine: true
161 autoModeZone:
162 color: 'rgba(224, 224, 224, 0.15)' # white
163 borderWidth: 0
164 pointRadius: 4
165 fill: false
166 showLine: true
167stationErrorGraph:
168 title: 'Station Error'
169 options:
170 legend:
171 display: false
172 axes:
173 x:
174 labelString: 't (second)'
175 y:
176 labelString: 'error (m)'
177 properties:
178 lines:
179 error:
180 color: 'rgba(0, 106, 255, 1)' # blue
181 borderWidth: 2
182 pointRadius: 0
183 fill: false
184 showLine: ture
185lateralErrorGraph:
186 title: 'Lateral Error'
187 options:
188 legend:
189 display: false
190 axes:
191 x:
192 labelString: 't (second)'
193 y:
194 labelString: 'error (m)'
195 properties:
196 lines:
197 error:
198 color: 'rgba(0, 106, 255, 1)' # blue
199 borderWidth: 2
200 pointRadius: 0
201 fill: false
202 showLine: ture
203headingErrorGraph:
204 title: 'Heading Error'
205 options:
206 legend:
207 display: false
208 axes:
209 x:
210 labelString: 't (second)'
211 y:
212 labelString: 'error (rad)'
213 properties:
214 lines:
215 error:
216 color: 'rgba(0, 106, 255, 1)' # blue
217 borderWidth: 2
218 pointRadius: 0
219 fill: false
220 showLine: ture