LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
test_path.hpp
Go to the documentation of this file.
1#pragma once
2// Path exported from path.jerryio.com. Paste a fresh export between the
3// R"JERRYIO( and )JERRYIO" markers — leading "#PATH-POINTS-START" line is
4// auto-detected and the trailing "#PATH.JERRYIO-DATA" metadata line is
5// safely ignored (it starts with '#').
6
7namespace light::paths {
8
9inline constexpr const char* test_path = R"JERRYIO(#PATH-POINTS-START Path
10-133.062,8.316,120,90
11-131.068,8.468,120
12-129.074,8.625,120
13-127.08,8.787,120
14-125.087,8.954,120
15-123.095,9.128,120
16-121.103,9.309,120
17-119.112,9.497,120
18-117.121,9.692,120
19-115.132,9.895,120
20-113.143,10.107,120
21-111.155,10.329,120
22-109.169,10.561,120
23-107.184,10.804,120
24-105.2,11.06,120
25-103.218,11.329,120
26-101.238,11.611,120
27-99.261,11.91,120
28-97.286,12.226,120
29-95.314,12.559,120
30-93.346,12.914,120
31-91.382,13.292,120
32-89.422,13.693,120
33-87.469,14.123,120
34-85.523,14.583,120
35-83.585,15.077,120
36-81.657,15.608,120
37-79.741,16.181,120
38-77.84,16.802,120
39-75.957,17.477,120
40-74.097,18.211,120
41-72.264,19.011,120
42-70.465,19.885,120
43-68.71,20.844,120
44-67.008,21.893,120
45-65.372,23.043,120
46-63.817,24.3,120
47-62.358,25.667,120
48-61.01,27.144,120
49-59.789,28.727,120
50-58.703,30.406,120
51-57.756,32.167,120
52-56.948,33.996,120
53-56.272,35.878,120
54-55.718,37.799,120
55-55.271,39.748,120
56-54.92,41.717,120
57-54.654,43.699,120
58-54.459,45.689,120
59-54.326,47.685,120
60-54.244,49.683,120
61-54.203,51.683,120,0
62-54.162,53.682,120
63-54.179,55.682,120
64-54.277,57.679,120
65-54.487,59.668,120
66-54.833,61.637,120
67-55.338,63.572,120
68-56.011,65.454,120
69-56.845,67.272,120
70-57.821,69.017,120
71-58.913,70.692,120
72-60.1,72.301,120
73-61.36,73.855,120
74-62.676,75.36,120
75-64.038,76.825,120
76-65.434,78.257,120
77-66.858,79.661,120
78-68.304,81.043,120
79-69.768,82.405,120
80-71.247,83.752,120
81-72.738,85.085,120
82-74.238,86.407,120
83-75.747,87.72,120
84-77.262,89.026,120,315
85-78.824,90.274,120
86-80.397,91.509,120
87-81.962,92.754,120
88-83.521,94.007,120
89-85.077,95.263,120
90-86.633,96.52,120
91-88.191,97.775,120
92-89.755,99.02,120
93-91.33,100.253,120
94-92.92,101.467,120
95-94.529,102.655,120
96-96.16,103.811,120
97-97.818,104.93,120
98-99.504,106.006,120
99-101.221,107.032,120
100-102.969,108.004,120
101-104.747,108.919,120
102-106.554,109.776,120
103-108.388,110.572,120
104-110.247,111.31,120
105-112.128,111.99,120
106-114.028,112.615,120
107-115.944,113.186,120
108-117.875,113.707,120
109-119.818,114.183,120
110-121.771,114.614,120
111-123.732,115.006,120
112-125.7,115.361,120
113-127.674,115.682,120
114-129.653,115.971,120
115-131.636,116.23,120
116-133.623,116.463,120
117-135.612,116.672,120
118-137.603,116.856,120
119-139.596,117.021,120
120-141.591,117.164,120
121-143.587,117.292,120
122-145.584,117.4,120
123-147.582,117.494,120
124-149.58,117.573,120
125-151.579,117.638,120
126-153.579,117.691,120
127-155.578,117.732,120
128-157.578,117.762,120
129-159.578,117.78,120
130-161.578,117.789,120
131-163.578,117.789,120
132-165.578,117.78,120
133-167.578,117.763,120
134-169.578,117.738,120
135-172.179,117.695,120,270
136-172.179,117.695,0,270
137)JERRYIO";
138
139} // namespace light::paths
constexpr const char * test_path
Definition test_path.hpp:9