Skip to content

Commit

Permalink
update wpilib version due to potential crashing error on 3.1, use mul…
Browse files Browse the repository at this point in the history
…titag only for vision
  • Loading branch information
jpothen8 committed Mar 17, 2024
1 parent e0f8061 commit 8440211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "java"
id "idea"
id "org.jetbrains.kotlin.jvm" version "1.8.20"
id "edu.wpi.first.GradleRIO" version "2024.3.1"
id "edu.wpi.first.GradleRIO" version "2024.3.2"
id "org.jlleitschuh.gradle.ktlint" version "11.6.1"
id "org.jetbrains.dokka" version "1.8.10"
}
Expand Down
5 changes: 3 additions & 2 deletions src/main/kotlin/frc/team449/control/vision/VisionEstimator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ class VisionEstimator(
)
)
} else {
println("getting into single tag")
lowestAmbiguityStrategy(result)
Optional.empty<EstimatedRobotPose>()
// println("getting into single tag")
// lowestAmbiguityStrategy(result)
}
}

Expand Down

0 comments on commit 8440211

Please sign in to comment.