-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpeedController.xml
56 lines (56 loc) · 1.05 KB
/
SpeedController.xml
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
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<calibration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<settings>
<mode>linear</mode>
</settings>
<supportingPoints>
<point>
<xValue>-2.81</xValue>
<yValue>130</yValue>
</point>
<point>
<xValue>-2.4</xValue>
<yValue>125</yValue>
</point>
<point>
<xValue>-1.96</xValue>
<yValue>120</yValue>
</point>
<point>
<xValue>-1.53</xValue>
<yValue>115</yValue>
</point>
<point>
<xValue>-0.39</xValue>
<yValue>105</yValue>
</point>
<point>
<xValue>0</xValue>
<yValue>90</yValue>
</point>
<point>
<xValue>0.81</xValue>
<yValue>70</yValue>
</point>
<point>
<xValue>1.3</xValue>
<yValue>65</yValue>
</point>
<point>
<xValue>2.8</xValue>
<yValue>50</yValue>
</point>
<point>
<xValue>3.6</xValue>
<yValue>40</yValue>
</point>
<point>
<xValue>4.2</xValue>
<yValue>35</yValue>
</point>
<point>
<xValue>5</xValue>
<yValue>20</yValue>
</point>
</supportingPoints>
</calibration>