-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglass.json
82 lines (82 loc) · 1.58 KB
/
glass.json
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
71
72
73
74
75
76
77
78
79
80
81
82
{
"NetworkTables": {
"transitory": {
"FMSInfo": {
"open": true
},
"LiveWindow": {
".status": {
"open": true
},
"open": true
},
"Shuffleboard": {
"Drivetrain": {
"open": true,
"tuneAnglePID": {
"open": true
}
},
"RobotContainer": {
"open": true
},
"open": true
},
"SmartDashboard": {
"open": true
}
},
"types": {
"/FMSInfo": "FMSInfo",
"/SmartDashboard/Reset Gyro": "Command",
"/SmartDashboard/angle dude": "Command",
"/SmartDashboard/drive to distance": "Command"
},
"windows": {
"/SmartDashboard/Reset Gyro": {
"window": {
"visible": true
}
},
"/SmartDashboard/angle dude": {
"window": {
"visible": true
}
},
"/SmartDashboard/drive to distance": {
"window": {
"visible": true
}
}
}
},
"NetworkTables Settings": {
"mode": "Client (NT3)",
"serverTeam": "3322"
},
"Plots": {
"Plot <0>": {
"plots": [
{
"axis": [
{
"autoFit": true
}
],
"height": 389,
"series": [
{
"color": [
0.2980392277240753,
0.44705885648727417,
0.6901960968971252,
1.0
],
"id": "NT:/Shuffleboard/Drivetrain/yaw"
}
]
}
]
}
}
}