generated from StuyPulse/Phil
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from StuyPulse/ic/alignment
Add More Alignment Commands
- Loading branch information
Showing
18 changed files
with
461 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
{ | ||
"NTProvider": { | ||
"types": { | ||
"/FMSInfo": "FMSInfo", | ||
"/SmartDashboard/Autonomous": "String Chooser", | ||
"/SmartDashboard/Field": "Field2d" | ||
}, | ||
"windows": { | ||
"/SmartDashboard/Autonomous": { | ||
"window": { | ||
"visible": true | ||
} | ||
}, | ||
"/SmartDashboard/Field": { | ||
"Back Left-2d": { | ||
"arrowSize": 25, | ||
"arrowWeight": 2.0, | ||
"length": 0.4000000059604645, | ||
"selectable": false, | ||
"weight": 2.0, | ||
"width": 0.4000000059604645 | ||
}, | ||
"Back Right-2d": { | ||
"arrowSize": 25, | ||
"arrowWeight": 2.0, | ||
"length": 0.4000000059604645, | ||
"weight": 2.0, | ||
"width": 0.4000000059604645 | ||
}, | ||
"Estimator Pose": { | ||
"arrowColor": [ | ||
0.0, | ||
0.029412031173706055, | ||
1.0, | ||
255.0 | ||
], | ||
"arrowSize": 25, | ||
"arrowWeight": 2.0, | ||
"length": 0.6600000262260437, | ||
"weight": 2.0, | ||
"width": 0.6600000262260437 | ||
}, | ||
"Front Left-2d": { | ||
"arrowSize": 25, | ||
"arrowWeight": 2.0, | ||
"length": 0.4000000059604645, | ||
"weight": 2.0, | ||
"width": 0.4000000059604645 | ||
}, | ||
"Front Right-2d": { | ||
"arrowSize": 25, | ||
"arrowWeight": 2.0, | ||
"length": 0.4000000059604645, | ||
"weight": 2.0, | ||
"width": 0.4000000059604645 | ||
}, | ||
"Odometry Pose": { | ||
"arrowSize": 25, | ||
"arrowWeight": 2.0, | ||
"length": 0.6600000262260437, | ||
"weight": 2.0, | ||
"width": 0.6600000262260437 | ||
}, | ||
"Robot": { | ||
"arrowSize": 25, | ||
"arrows": false, | ||
"style": "Hidden" | ||
}, | ||
"Target Pose": { | ||
"arrowSize": 25, | ||
"arrowWeight": 2.0, | ||
"length": 0.6600000262260437, | ||
"selectable": false, | ||
"style": "Box/Image", | ||
"weight": 2.0, | ||
"width": 0.6600000262260437 | ||
}, | ||
"bottom": 544, | ||
"builtin": "2024 Crescendo", | ||
"height": 8.013679504394531, | ||
"left": 46, | ||
"path": { | ||
"arrows": false, | ||
"selectable": false, | ||
"style": "Line", | ||
"weight": 2.0 | ||
}, | ||
"right": 1088, | ||
"top": 36, | ||
"width": 16.541748046875, | ||
"window": { | ||
"visible": true | ||
} | ||
} | ||
} | ||
}, | ||
"NetworkTables Info": { | ||
"visible": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.