Files
2022NoWayHome/simgui.json
T
nathanrsxtn 01b755eee0 Fully implement raw input with Xbox controllers
- Add field to SmartDashboard
- Switch to WPI's XboxController
- Add raw controllers with deadzones
2022-01-29 02:40:44 -07:00

44 lines
805 B
JSON

{
"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/Scheduler": "Scheduler",
"/SmartDashboard/Field": "Field2d"
},
"windows": {
"/SmartDashboard/Field": {
"window": {
"visible": true
}
}
}
},
"NetworkTables": {
"SmartDashboard": {
"open": true
}
}
}