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

Commit

Permalink
uh huh here we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverstivers committed Sep 23, 2024
1 parent fe69c03 commit c8a8eef
Show file tree
Hide file tree
Showing 21 changed files with 439 additions and 260 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
},
],
"java.test.defaultConfig": "WPIlibUnitTests",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable"
}
44 changes: 1 addition & 43 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,46 +106,4 @@ tasks.withType(JavaCompile) {
options.compilerArgs.add '-XDstringConcat=inline'
}

spotless {
java {
target fileTree('.') {
include '**/*.java'
exclude '**/build/**', '**/build-*/**'
}
toggleOffOn()
eclipse()
removeUnusedImports()
trimTrailingWhitespace()
indentWithSpaces(4)
endWithNewline()
}
groovyGradle {
target fileTree('.') {
include '**/*.gradle'
exclude '**/build/**', '**/build-*/**'
}
greclipse()
indentWithSpaces(4)
trimTrailingWhitespace()
endWithNewline()
}
format 'xml', {
target fileTree('.') {
include '**/*.xml'
exclude '**/build/**', '**/build-*/**'
}
eclipseWtp('xml')
trimTrailingWhitespace()
indentWithSpaces(4)
endWithNewline()
}
format 'misc', {
target fileTree('.') {
include '**/*.md', '**/.gitignore'
exclude '**/build/**', '**/build-*/**'
}
trimTrailingWhitespace()
indentWithSpaces(4)
endWithNewline()
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
]
}
},
"folder": "New Folder",
"folder": null,
"choreoAuto": true
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/choreo 3.5 ring.auto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
]
}
},
"folder": "New Folder",
"folder": null,
"choreoAuto": true
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/choreo 5 ring.auto
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
]
}
},
"folder": "New Folder",
"folder": null,
"choreoAuto": true
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/choreo center auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
]
}
},
"folder": "New Folder",
"folder": null,
"choreoAuto": true
}
68 changes: 68 additions & 0 deletions src/main/deploy/pathplanner/paths/drive away.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 0.7515525931525792,
"y": 6.691938312786578
},
"prevControl": null,
"nextControl": {
"x": 2.0257443358488607,
"y": 6.818384821603767
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 2.9011432430447806,
"y": 6.293145477286215
},
"prevControl": {
"x": 1.9868377177512655,
"y": 6.546038494920592
},
"nextControl": {
"x": 3.8743483178592593,
"y": 6.023961094890721
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 4.953467347692989,
"y": 7.761870310470479
},
"prevControl": {
"x": 4.091735714277116,
"y": 7.75700698320828
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.35,
"maxAcceleration": 4.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 58.17255342332692,
"velocity": 0
},
"useDefaultConstraints": true
}
Loading

0 comments on commit c8a8eef

Please sign in to comment.