Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
pole calibration (+ odometry 2 electric boogaloo)!
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamer1002 committed Mar 23, 2023
1 parent ebc4ed8 commit 4277a9a
Show file tree
Hide file tree
Showing 26 changed files with 1,452 additions and 44 deletions.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"name": "WPILib roboRIO Debug",
"request": "launch",
"desktop": false,

}

]
}
}
62 changes: 62 additions & 0 deletions .vscode/tasks.json
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 added FRC_20230322_235755.wpilog
Binary file not shown.
Binary file added FRC_20230323_000335.wpilog
Binary file not shown.
Binary file added FRC_20230323_000749.wpilog
Binary file not shown.
Binary file added FRC_20230323_012104.wpilog
Binary file not shown.
Binary file added FRC_20230323_012830.wpilog
Binary file not shown.
Binary file added FRC_20230323_013221.wpilog
Binary file not shown.
Empty file added PathWeaver/Autos/Simple
Empty file.
3 changes: 3 additions & 0 deletions PathWeaver/Paths/Unnamed.path
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,
Loading

0 comments on commit 4277a9a

Please sign in to comment.