Skip to content

Commit

Permalink
Merge pull request #3 from MiamiBeachBots/final-changes
Browse files Browse the repository at this point in the history
Compeitition Code
  • Loading branch information
jack60612 authored Mar 5, 2024
2 parents 98b0111 + 89a0f4c commit cb206c9
Show file tree
Hide file tree
Showing 39 changed files with 2,016 additions and 218 deletions.
7 changes: 3 additions & 4 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"New Folder"
],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxVel": 1.5,
"defaultMaxAccel": 1.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5,
"choreoProjectPath": null
"maxModuleSpeed": 4.5
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2024.2.1"
id "edu.wpi.first.GradleRIO" version "2024.3.1"
id 'com.diffplug.spotless' version '6.20.0'
id "com.peterabeles.gversion" version "1.10"
}
Expand Down
Loading

0 comments on commit cb206c9

Please sign in to comment.