-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelastic-layout.json
78 lines (78 loc) · 2.23 KB
/
elastic-layout.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
{
"version": 1.0,
"grid_size": 150,
"tabs": [
{
"name": "Teleoperated",
"grid_layout": {
"layouts": [
{
"title": "Cannon Pressures",
"x": 450.0,
"y": 150.0,
"width": 600.0,
"height": 450.0,
"type": "List Layout",
"properties": {
"label_position": "TOP"
},
"children": [
{
"title": "High Pressure",
"x": 0.0,
"y": 0.0,
"width": 150.0,
"height": 150.0,
"type": "Number Slider",
"properties": {
"topic": "/SmartDashboard/CannonSubsystem/High Pressure",
"period": 0.06,
"data_type": "double",
"min_value": 5.0,
"max_value": 65.0,
"divisions": 11,
"update_continuously": false
}
},
{
"title": "Medium Pressure",
"x": 0.0,
"y": 0.0,
"width": 150.0,
"height": 150.0,
"type": "Number Slider",
"properties": {
"topic": "/SmartDashboard/CannonSubsystem/Medium Pressure",
"period": 0.06,
"data_type": "double",
"min_value": 5.0,
"max_value": 65.0,
"divisions": 11,
"update_continuously": false
}
},
{
"title": "Low Pressure",
"x": 750.0,
"y": 450.0,
"width": 150.0,
"height": 150.0,
"type": "Number Slider",
"properties": {
"topic": "/SmartDashboard/CannonSubsystem/Low Pressure",
"period": 0.06,
"data_type": "double",
"min_value": 5.0,
"max_value": 65.0,
"divisions": 11,
"update_continuously": false
}
}
]
}
],
"containers": []
}
}
]
}