Skip to content

Commit

Permalink
General cleanup of code structure
Browse files Browse the repository at this point in the history
All basic sequences and modes tested in simulation
  • Loading branch information
jwbonner committed Feb 13, 2024
1 parent 4c37f54 commit 4551aba
Show file tree
Hide file tree
Showing 30 changed files with 1,910 additions and 13,585 deletions.
1,634 changes: 1,634 additions & 0 deletions Choreo_PotentialAutos.chor

Large diffs are not rendered by default.

File renamed without changes.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ task(checkAkitInstall, dependsOn: "classes", type: JavaExec) {
}
compileJava.finalizedBy checkAkitInstall

// Generate drive trajectories when building
task(generateDriveTrajectories, dependsOn: "classes", type: JavaExec) {
mainClass = "org.littletonrobotics.frc2024.subsystems.drive.trajectory.GenerateTrajectories"
classpath = sourceSets.main.runtimeClasspath
Expand All @@ -120,6 +121,7 @@ task(checkRobot, dependsOn: "classes", type: JavaExec) {
}
deployroborio.dependsOn(checkRobot)

// Create commit with working changes on event branches
tasks.register('eventDeploy') {
dependsOn('deploy')
doFirst {
Expand Down Expand Up @@ -221,7 +223,6 @@ gversion {
indent = " "
}


// Spotless formatting
project.compileJava.dependsOn(spotlessApply)
spotless {
Expand Down Expand Up @@ -260,7 +261,7 @@ spotless {
exclude "**/build/**", "**/build-*/**"
}
trimTrailingWhitespace()
indentWithSpaces(4)
indentWithSpaces(2)
endWithNewline()
}
}
7,091 changes: 0 additions & 7,091 deletions src/main/Potential Autos.chor

This file was deleted.

Loading

0 comments on commit 4551aba

Please sign in to comment.