Skip to content

Commit

Permalink
added axon support
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPeled committed Aug 20, 2024
1 parent 08976c3 commit 65936cc
Show file tree
Hide file tree
Showing 14 changed files with 675 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

252 changes: 252 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions SwerveFTCLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ android {
dependencies {
implementation project(':FtcRobotController')
implementation 'org.ftclib.ftclib:core:2.0.1' // core
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'
implementation 'com.acmerobotics.roadrunner:core:0.5.6'
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
}
Loading

0 comments on commit 65936cc

Please sign in to comment.