Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
rewrote most subsytems to be state based and have better code structure. implemented triggers for every subsystems to please review before making any code changes. Some aditional functionalities were added but should be easily removeable if desired.
  • Loading branch information
teja-yaramada committed Oct 6, 2024
1 parent 6ba8d6a commit de25f50
Show file tree
Hide file tree
Showing 23 changed files with 509 additions and 860 deletions.
39 changes: 0 additions & 39 deletions annotation-processor/build.gradle

This file was deleted.

This file was deleted.

Binary file not shown.
2 changes: 0 additions & 2 deletions annotation-processor/build/tmp/jar/MANIFEST.MF

This file was deleted.

234 changes: 0 additions & 234 deletions annotation-processor/src/main/java/processor/AnnotationProcessor.java

This file was deleted.

7 changes: 0 additions & 7 deletions annotation-processor/src/main/java/processor/Main.java

This file was deleted.

3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ dependencies {
def akitJson = new groovy.json.JsonSlurper().parseText(new File(projectDir.getAbsolutePath() + "/vendordeps/AdvantageKit.json").text)
annotationProcessor "org.littletonrobotics.akit.junction:junction-autolog:$akitJson.version"

annotationProcessor project(":annotation-processor")
implementation project(":annotation-processor")

implementation 'com.squareup:javapoet:1.13.0'

implementation 'org.reflections:reflections:0.9.12'
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
Loading

0 comments on commit de25f50

Please sign in to comment.