Skip to content

Commit

Permalink
Merge pull request #5 from team4909/champs
Browse files Browse the repository at this point in the history
Merge in final 2024 code
  • Loading branch information
mpatankar6 authored Jan 15, 2025
2 parents 4e4aef1 + 37078cc commit eecf5d2
Show file tree
Hide file tree
Showing 100 changed files with 22,933 additions and 8,850 deletions.
File renamed without changes.
Binary file added .AdvantageScope/model.glb
Binary file not shown.
Binary file added .AdvantageScope/model_0.glb
Binary file not shown.
Binary file added .AdvantageScope/model_1.glb
Binary file not shown.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Grant execute permission
run: chmod +x gradlew
- name: Check formatting
run: ./gradlew spotlessCheck
- name: Build robot code
run: ./gradlew build
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,5 @@ logs/
# Folder that has CTRE Phoenix Sim device config storage
ctre_sim/

.SysId/
.SysId/
.DataLogTool/
7 changes: 0 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Main",
"request": "launch",
"mainClass": "frc.robot.Main",
"projectName": "2024-Crescendo"
},
{
"type": "wpilib",
"name": "WPILib Desktop Debug",
Expand Down
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
}
],
"java.test.defaultConfig": "WPIlibUnitTests",
"java.format.enabled": false,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSaveMode": "file",
"editor.autoIndent": "full",
"spotlessGradle.format.enable": true,
"spotlessGradle.diagnostics.enable": false,
"editor.defaultFormatter": "richardwillis.vscode-spotless-gradle",
Expand Down
Loading

0 comments on commit eecf5d2

Please sign in to comment.