-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shuffleboard.json
83 lines (83 loc) · 2.54 KB
/
Shuffleboard.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
83
{
"tabPane": [
{
"title": "SmartDashboard",
"autoPopulate": false,
"autoPopulatePrefix": "SmartDashboard/",
"widgetPane": {
"gridSize": 100.0,
"showGrid": true,
"hgap": 16.0,
"vgap": 16.0,
"titleType": 0,
"tiles": {
"4,0": {
"size": [
3,
3
],
"content": {
"_type": "Graph",
"_source0": "network_table:///SmartDashboard/Elevator Goal",
"_source1": "network_table:///SmartDashboard/Elevator Position",
"_source2": "network_table:///SmartDashboard/Elevator SetPt Pos",
"_title": "SmartDashboard/Elevator Goal",
"_glyph": 148,
"_showGlyph": false,
"Graph/Visible time": 30.0,
"Graph/X-axis auto scrolling": true,
"Y-axis/Automatic bounds": true,
"Y-axis/Upper bound": 1.0,
"Y-axis/Lower bound": -1.0,
"Y-axis/Unit": "ul",
"Visible data/SmartDashboard/Elevator Goal": true,
"Visible data/SmartDashboard/Elevator Position": true,
"Visible data/SmartDashboard/Elevator SetPt Pos": true
}
},
"7,0": {
"size": [
3,
3
],
"content": {
"_type": "Graph",
"_source0": "network_table:///SmartDashboard/Elevator Feedforward",
"_source1": "network_table:///SmartDashboard/Elevator PID output",
"_title": "SmartDashboard/Elevator PID output",
"_glyph": 148,
"_showGlyph": false,
"Graph/Visible time": 30.0,
"Graph/X-axis auto scrolling": true,
"Y-axis/Automatic bounds": true,
"Y-axis/Upper bound": 1.0,
"Y-axis/Lower bound": -1.0,
"Y-axis/Unit": "ul",
"Visible data/SmartDashboard/Elevator Feedforward": true,
"Visible data/SmartDashboard/Elevator PID output": true
}
}
}
}
},
{
"title": "LiveWindow",
"autoPopulate": true,
"autoPopulatePrefix": "LiveWindow/",
"widgetPane": {
"gridSize": 128.0,
"showGrid": true,
"hgap": 16.0,
"vgap": 16.0,
"titleType": 0,
"tiles": {}
}
}
],
"windowGeometry": {
"x": -7.199999809265137,
"y": -7.199999809265137,
"width": 1550.4000244140625,
"height": 830.4000244140625
}
}