Skip to content

Commit

Permalink
Template fully working, use this for regular code
Browse files Browse the repository at this point in the history
  • Loading branch information
GockBlock64 committed Jan 22, 2025
1 parent da9aade commit b5987af
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Binary file modified .gradle/8.11/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.11/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.11/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.11/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.11/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.11/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"java.configuration.updateBuildConfiguration": "interactive",
"java.configuration.updateBuildConfiguration": "automatic",
"java.server.launchMode": "Standard",
"files.exclude": {
"**/.git": true,
Expand Down
Binary file modified bin/main/frc/robot/Robot.class
Binary file not shown.
2 changes: 1 addition & 1 deletion build/reports/problems/problems-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
<script type="text/javascript">
function configurationCacheProblems() { return (
// begin-report-data
{"diagnostics":[{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\drive\\ModuleIOSim.java","line":117,"column":24,"length":17}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\drive\\ModuleIOSim.java:117: warning: [removal] getPositionError() in PIDController has been deprecated and marked for removal\n return turnFeedback.getPositionError();\n ^"}],"contextualLabel":"getPositionError() in edu.wpi.first.math.controller.PIDController has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java","line":52,"column":18,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java:52: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n return camera.getLatestResult();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java","line":64,"column":36,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java:64: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n double latestTimestamp = camera.getLatestResult().getTimestampSeconds();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java","line":85,"column":18,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java:85: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n return camera.getLatestResult();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java","line":97,"column":36,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java:97: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n double latestTimestamp = camera.getLatestResult().getTimestampSeconds();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]}],"problemsReport":{"totalProblemCount":5,"buildName":"snail-robot-template-Imported","requestedTasks":"deploy","documentationLink":"https://docs.gradle.org/8.11/userguide/problems-report.html","documentationLinkCaption":"Problem report"}}
{"diagnostics":[{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\drive\\ModuleIOSim.java","line":117,"column":24,"length":17}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\drive\\ModuleIOSim.java:117: warning: [removal] getPositionError() in PIDController has been deprecated and marked for removal\n return turnFeedback.getPositionError();\n ^"}],"contextualLabel":"getPositionError() in edu.wpi.first.math.controller.PIDController has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java","line":52,"column":18,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java:52: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n return camera.getLatestResult();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java","line":64,"column":36,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOPhoton.java:64: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n double latestTimestamp = camera.getLatestResult().getTimestampSeconds();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java","line":85,"column":18,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java:85: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n return camera.getLatestResult();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]},{"locations":[{"path":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java","line":97,"column":36,"length":16}],"problem":[{"text":"Java compilation warning"}],"severity":"WARNING","problemDetails":[{"text":"C:\\Users\\FRC12\\Documents\\GitHub\\snail-robot-template-Imported\\src\\main\\java\\frc\\robot\\subsystems\\vision\\VisionIOSim.java:97: warning: [removal] getLatestResult() in PhotonCamera has been deprecated and marked for removal\n double latestTimestamp = camera.getLatestResult().getTimestampSeconds();\n ^"}],"contextualLabel":"getLatestResult() in org.photonvision.PhotonCamera has been deprecated and marked for removal","problemId":[{"name":"java","displayName":"Java compilation"},{"name":"compilation","displayName":"Compilation"},{"name":"compiler-warn-has-been-deprecated-for-removal","displayName":"Java compilation warning"}]}],"problemsReport":{"totalProblemCount":5,"buildName":"snail-robot-template-Imported","requestedTasks":"build","documentationLink":"https://docs.gradle.org/8.11/userguide/problems-report.html","documentationLinkCaption":"Problem report"}}
// end-report-data
);}
</script>
Expand Down

0 comments on commit b5987af

Please sign in to comment.