This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pole calibration (+ odometry 2 electric boogaloo)!
- Loading branch information
1 parent
ebc4ed8
commit 4277a9a
Showing
26 changed files
with
1,452 additions
and
44 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 |
---|---|---|
|
@@ -16,6 +16,8 @@ | |
"name": "WPILib roboRIO Debug", | ||
"request": "launch", | ||
"desktop": false, | ||
|
||
} | ||
|
||
] | ||
} | ||
} |
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,62 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "gradle", | ||
"id": "c:\\Users\\uahs\\FRC\\FRC2023buildFRC2023", | ||
"script": "build", | ||
"description": "Assembles and tests this project.", | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
}, | ||
"project": "FRC2023", | ||
"buildFile": "C:\\Users\\uahs\\FRC\\FRC2023\\build.gradle", | ||
"rootProject": "FRC2023", | ||
"projectFolder": "c:\\Users\\uahs\\FRC\\FRC2023", | ||
"workspaceFolder": "c:\\Users\\uahs\\FRC\\FRC2023", | ||
"args": "", | ||
"javaDebug": false, | ||
"problemMatcher": [ | ||
"$gradle" | ||
], | ||
"label": "gradle: build" | ||
}, | ||
{ | ||
"type": "gradle", | ||
"id": "c:\\Users\\uahs\\FRC\\FRC2023deployFRC2023", | ||
"script": "deploy", | ||
"description": "Deploy all artifacts on all targets", | ||
"group": "deployutils", | ||
"project": "FRC2023", | ||
"buildFile": "C:\\Users\\uahs\\FRC\\FRC2023\\build.gradle", | ||
"rootProject": "FRC2023", | ||
"projectFolder": "c:\\Users\\uahs\\FRC\\FRC2023", | ||
"workspaceFolder": "c:\\Users\\uahs\\FRC\\FRC2023", | ||
"args": "", | ||
"javaDebug": false, | ||
"problemMatcher": [ | ||
"$gradle" | ||
], | ||
"label": "gradle: deploy" | ||
}, | ||
{ | ||
"type": "gradle", | ||
"id": "c:\\Users\\uahs\\FRC\\FRC2023simulateJavaFRC2023", | ||
"script": "simulateJava", | ||
"description": "", | ||
"group": "other", | ||
"project": "FRC2023", | ||
"buildFile": "C:\\Users\\uahs\\FRC\\FRC2023\\build.gradle", | ||
"rootProject": "FRC2023", | ||
"projectFolder": "c:\\Users\\uahs\\FRC\\FRC2023", | ||
"workspaceFolder": "c:\\Users\\uahs\\FRC\\FRC2023", | ||
"args": "", | ||
"javaDebug": false, | ||
"problemMatcher": [ | ||
"$gradle" | ||
], | ||
"label": "gradle: simulateJava" | ||
} | ||
] | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
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,3 @@ | ||
X,Y,Tangent X,Tangent Y,Fixed Theta,Reversed,Name | ||
1.756467530029566,-3.1428612868388037,2.00341992,0.0,true,false, | ||
4.838755874880599,-3.2752294979673753,0.5105631000673485,-0.01890974444693949,true,false, |
Oops, something went wrong.