Fully implement raw input with Xbox controllers

- Add field to SmartDashboard
- Switch to WPI's XboxController
- Add raw controllers with deadzones
This commit is contained in:
nathanrsxtn
2022-01-29 01:16:58 -07:00
parent f7c1519c91
commit 01b755eee0
15 changed files with 334 additions and 459 deletions
+28 -1
View File
@@ -1,11 +1,38 @@
{
"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"
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
"/SmartDashboard/Field": "Field2d"
},
"windows": {
"/SmartDashboard/Field": {
"window": {
"visible": true
}
}
}
},
"NetworkTables": {