From d1c10a2d0eaf4fa2f3ea0eab5e9d13d9ff111034 Mon Sep 17 00:00:00 2001 From: dl9500 Date: Thu, 16 Nov 2023 18:19:53 -0500 Subject: [PATCH 1/2] test test --- .Glass/glass.json | 52 +++++++++++++++++++++++++++++++++++++++++++++++ simgui.json | 49 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 .Glass/glass.json diff --git a/.Glass/glass.json b/.Glass/glass.json new file mode 100644 index 0000000..383db76 --- /dev/null +++ b/.Glass/glass.json @@ -0,0 +1,52 @@ +{ + "NetworkTables": { + "transitory": { + "FMSInfo": { + "open": true + }, + "LiveWindow": { + "open": true + }, + "SmartDashboard": { + "Elevator Sim": { + "Elevator Root": { + "Elevator": { + "open": true + }, + "open": true + }, + "open": true + }, + "open": true + } + }, + "types": { + "/FMSInfo": "FMSInfo", + "/SmartDashboard/Elevator Sim": "Mechanism2d" + } + }, + "NetworkTables Settings": { + "mode": "Client (NT4)", + "serverTeam": "localhost" + }, + "Plots": { + "Plot <0>": { + "plots": [ + { + "height": 259, + "series": [ + { + "color": [ + 0.2980392277240753, + 0.44705885648727417, + 0.6901960968971252, + 1.0 + ], + "id": "NT:/SmartDashboard/Elevator Sim/Elevator Root/Elevator/length" + } + ] + } + ] + } + } +} diff --git a/simgui.json b/simgui.json index 7e69f05..6e9a7ed 100644 --- a/simgui.json +++ b/simgui.json @@ -7,12 +7,61 @@ }, "NetworkTables": { "transitory": { + "FMSInfo": { + "open": true + }, + "LiveWindow": { + ".status": { + "open": true + }, + "open": true + }, + "Shuffleboard": { + ".metadata": { + "open": true + }, + ".recording": { + "open": true + }, + "open": true + }, "SmartDashboard": { "Elevator Sim": { + "Elevator Root": { + "Elevator": { + "open": true + }, + "open": true + }, "open": true }, "open": true } } + }, + "Plot": { + "Plot <0>": { + "plots": [ + { + "axis": [ + { + "autoFit": true + } + ], + "height": 299, + "series": [ + { + "color": [ + 0.2980392277240753, + 0.44705885648727417, + 0.6901960968971252, + 1.0 + ], + "id": "NT:/SmartDashboard/Elevator Sim/Elevator Root/Elevator/length" + } + ] + } + ] + } } } From f5f70183b0efad7d1f434d03009cd3180f82f6a3 Mon Sep 17 00:00:00 2001 From: dl9500 Date: Tue, 1 Oct 2024 18:20:27 -0400 Subject: [PATCH 2/2] Update glass.json --- .Glass/glass.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.Glass/glass.json b/.Glass/glass.json index 383db76..b77f93a 100644 --- a/.Glass/glass.json +++ b/.Glass/glass.json @@ -1,5 +1,8 @@ { "NetworkTables": { + "Retained Values": { + "open": false + }, "transitory": { "FMSInfo": { "open": true @@ -23,16 +26,38 @@ "types": { "/FMSInfo": "FMSInfo", "/SmartDashboard/Elevator Sim": "Mechanism2d" + }, + "windows": { + "/FMSInfo": { + "window": { + "visible": true + } + }, + "/SmartDashboard/Elevator Sim": { + "window": { + "visible": true + } + } + } + }, + "NetworkTables Info": { + "Connections": { + "open": true } }, "NetworkTables Settings": { - "mode": "Client (NT4)", + "mode": "Client (NT3)", "serverTeam": "localhost" }, "Plots": { "Plot <0>": { "plots": [ { + "axis": [ + { + "autoFit": true + } + ], "height": 259, "series": [ {