diff --git a/.gitignore b/.gitignore index 5528d4f6..5998fe99 100644 --- a/.gitignore +++ b/.gitignore @@ -170,6 +170,8 @@ out/ # Simulation GUI and other tools window save file *-window.json +simgui*.json +networktables.json # Simulation data log directory logs/ diff --git a/networktables.json b/networktables.json deleted file mode 100644 index fe51488c..00000000 --- a/networktables.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/simgui-ds.json b/simgui-ds.json deleted file mode 100644 index 69b1a3cb..00000000 --- a/simgui-ds.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "keyboardJoysticks": [ - { - "axisConfig": [ - { - "decKey": 65, - "incKey": 68 - }, - { - "decKey": 87, - "incKey": 83 - }, - { - "decKey": 69, - "decayRate": 0.0, - "incKey": 82, - "keyRate": 0.009999999776482582 - } - ], - "axisCount": 3, - "buttonCount": 4, - "buttonKeys": [ - 90, - 88, - 67, - 86 - ], - "povConfig": [ - { - "key0": 328, - "key135": 323, - "key180": 322, - "key225": 321, - "key270": 324, - "key315": 327, - "key45": 329, - "key90": 326 - } - ], - "povCount": 1 - }, - { - "axisConfig": [ - { - "decKey": 74, - "incKey": 76 - }, - { - "decKey": 73, - "incKey": 75 - } - ], - "axisCount": 2, - "buttonCount": 4, - "buttonKeys": [ - 77, - 44, - 46, - 47 - ], - "povCount": 0 - }, - { - "axisConfig": [ - { - "decKey": 263, - "incKey": 262 - }, - { - "decKey": 265, - "incKey": 264 - } - ], - "axisCount": 2, - "buttonCount": 6, - "buttonKeys": [ - 260, - 268, - 266, - 261, - 269, - 267 - ], - "povCount": 0 - }, - { - "axisCount": 0, - "buttonCount": 0, - "povCount": 0 - } - ], - "robotJoysticks": [ - { - "guid": "Keyboard0" - } - ] -} diff --git a/simgui.json b/simgui.json deleted file mode 100644 index 9734fbb2..00000000 --- a/simgui.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "HALProvider": { - "Other Devices": { - "Talon FX (v6)[1]": { - "header": { - "open": true - } - }, - "Talon FX (v6)[2]": { - "header": { - "open": true - } - } - } - }, - "NTProvider": { - "types": { - "/FMSInfo": "FMSInfo", - "/SmartDashboard/Field": "Field2d", - "/SmartDashboard/Scheduler": "Scheduler", - "/SmartDashboard/navX-Sensor[1]": "Gyro" - }, - "windows": { - "/SmartDashboard/Field": { - "window": { - "visible": true - } - }, - "/SmartDashboard/Scheduler": { - "window": { - "visible": true - } - } - } - }, - "NetworkTables": { - "transitory": { - "SmartDashboard": { - "Field": { - "open": true - }, - "open": true - } - } - }, - "NetworkTables Info": { - "visible": true - } -}