-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 5 in line 1.
70 lines (62 loc) · 3.23 KB
/
model.csv
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
# format:
# controller_id:strip_id|waypoint0x,waypoint0y,waypoint0z;...;waypointNx,waypointNy,waypointNz
# ============================================================================================
# driver side, z-plane: +40 pixels (about 4 feet from middle of car)
# ------------------------------------------------------------------
# controller 0, driver side, front
0:0|140,90,40;160,40,40;190,60,40
0:1|140,110,40;100,60,40;170,30,40
0:2|140,110,40;80,130,40;70,70,40;60,80,40
0:3|120,120,40;130,130,40;140,110,40;160,130,40;190,115,40
0:4|140,90,40;110,20,40;80,130,40
# ^^ this one is 182 pixels long (>15'); maybe connect two 10' LED strips together instead?
0:5|170,70,40;110,10,40;100,20,40;90,10,40
0:6|140,90,40;90,80,40;30,10,40
0:7|140,90,40;60,60,40;65,10,40;30,40,40
# ^^ this one is 168 pixels long (>15'); maybe connect two 10' LED strips together instead?
# controller 1, driver side, rear
1:0|250,90,40;260,110,40;270,90,40;310,90,40
1:1|250,90,40;270,90,40;260,80,40;300,40,40
1:2|250,90,40;260,80,40;240,60,40;270,40,40;300,70,40
1:3|240,70,40;230,60,40;250,50,40;230,40,40;210,60,40;220,70,40
1:4|240,110,40;250,130,40;245,120,40;310,110,40;290,120,40;310,120,40
1:5|190,115,40;235,130,40;260,110,40;270,120,40;260,130,40
1:6|270,90,40;310,60,40;280,40,40
1:7|250,70,40;230,40,40;220,40,40;250,60,40;240,70,40
# passenger side, z-plane: -40 pixels (about 4 feet from middle of car)
# -------------------------------------------------------------
# controller 2, passenger side, rear
2:0|210,70,-40;250,40,-40;260,90,-40
2:1|210,70,-40;220,100,-40;300,40,-40
2:2|220,80,-40;280,40,-40;310,90,-40
2:3|220,100,-40;240,110,-40;260,90,-40;310,90,-40
2:4|210,70,-40;240,130,-40;230,120,-40;210,130,-40
2:5|240,130,-40;310,120,-40
2:6|220,100,-40;260,90,-40
# controller 3, passenger side, front
3:0|160,60,-40;190,30,-40;180,110,-40
3:1|160,60,-40;140,10,-40;190,40,-40;210,70,-40
3:2|160,60,-40;150,110,-40;210,70,-40
3:3|160,60,-40;170,130,-40;140,110,-40;110,130,-40
3:4|160,60,-40;80,10,-40;70,40,-40;40,10,-40
3:5|160,60,-40;100,80,-40;70,40,-40;30,40,-40
3:6|160,60,-40;180,110,-40;170,130,-40;210,110,-40
3:7|160,60,-40;210,110,-40;190,130,-40
# head, half of face, driver side
# ----------------------------------
4:0|-40,95,0;-40,65,0;-40,45,30
4:1|-40,95,0;-40,100,15;-40,80,40;-40,45,30;-40,40,35;-40,30,30
4:2|-40,125,10;-40,120,10;-40,100,15;-40,75,20;-40,65,20;-40,45,5;-40,50,5
4:3|-40,125,20;-40,110,40;-40,105,45;-40,100,45;-40,105,20;-40,105,45;-40,65,45
4:4|-40,95,25;-40,75,20;-40,70,15;-40,60,35;-40,50,45;-40,45,35;-40,40,45
4:5|-40,105,0;-40,100,15;-40,70,15;-40,65,0;-40,50,5;-40,40,35;-40,40,45;-40,30,40;-40,25,30
4:6|-40,100,15;-40,110,20;-40,125,20;-40,110,40;-40,100,40
# head, mirror of driver side
# ----------------------------------
5:0|-40,95,0;-40,65,0;-40,45,-30
5:1|-40,95,0;-40,100,-15;-40,80,-40;-40,45,-30;-40,40,-35;-40,30,-30
5:2|-40,125,-10;-40,120,-10;-40,100,-15;-40,75,-20;-40,65,-20;-40,45,-5;-40,50,-5
5:3|-40,125,-20;-40,110,-40;-40,105,-45;-40,100,-45;-40,105,-20;-40,105,-45;-40,65,-45
5:4|-40,95,-25;-40,75,-20;-40,70,-15;-40,60,-35;-40,50,-45;-40,45,-35;-40,40,-45
5:5|-40,105,0;-40,100,-15;-40,70,-15;-40,65,0;-40,50,-5;-40,40,-35;-40,40,-45;-40,30,-40;-40,25,-30
5:6|-40,100,-15;-40,110,-20;-40,125,-20;-40,110,-40;-40,100,-40