Add auto path preloading

- Refactor recording to use commands
This commit is contained in:
nathanrsxtn
2022-02-16 22:31:00 -07:00
parent 3cb4a13bb1
commit 9ccf4bcea2
17 changed files with 1870 additions and 1463 deletions
+10 -27
View File
@@ -1,44 +1,27 @@
{
"HALProvider": {
"Other Devices": {
"Talon FX[2]": {
"header": {
"open": true
}
},
"Talon FX[3]": {
"header": {
"open": true
}
},
"Talon FX[4]": {
"header": {
"open": true
}
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/LED": "Subsystem",
"/LiveWindow/SwerveDrive": "Subsystem",
"/LiveWindow/SwerveModule": "Subsystem",
"/LiveWindow/Ungrouped/PIDController[1]": "PIDController",
"/LiveWindow/Ungrouped/PIDController[2]": "PIDController",
"/LiveWindow/Ungrouped/PIDController[3]": "PIDController",
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
"/SmartDashboard/Driver Controller": "Mechanism2d",
"/SmartDashboard/Field": "Field2d"
"/SmartDashboard/Auto Chooser": "String Chooser",
"/SmartDashboard/Field": "Field2d",
"/SmartDashboard/JVM Memory": "Command",
"/SmartDashboard/Recording": "Command",
"/SmartDashboard/Scheduler": "Scheduler",
"/SmartDashboard/Usable Deploy Space": "Command"
},
"windows": {
"/SmartDashboard/Field": {
"/SmartDashboard/Scheduler": {
"window": {
"visible": true
}
}
}
},
"NetworkTables": {
"SmartDashboard": {
"open": true
}
}
}