Skip to content

Commit

Permalink
Switch wpical backend to GTSAM
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 29, 2024
1 parent 78b6d61 commit 7385556
Show file tree
Hide file tree
Showing 125 changed files with 45,808 additions and 370 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ networktables.json

ntcore/connectionlistenertest.json
ntcore/timesynctest.json

nanopb_pb2.py

# Created by the jenkins test script
Expand Down
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ wpilibVersioning.releaseMode = project.hasProperty('releaseMode')
allprojects {
repositories {
maven {
url = 'https://frcmaven.wpi.edu/artifactory/ex-mvn'
}
url = 'https://frcmaven.wpi.edu/artifactory/ex-mvn'
}
maven {
url = "https://maven.photonvision.org/snapshots"
}
}
if (project.hasProperty('releaseMode')) {
wpilibRepositories.addAllReleaseRepositories(it)
Expand Down
Loading

0 comments on commit 7385556

Please sign in to comment.