Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix: actually use the name argument for LimelightPoseIOReal
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftzman7 committed May 11, 2024
1 parent 6c5603e commit c89246c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface AbsolutePoseIO {
class LimelightPoseIOReal(name: String) : AbsolutePoseIO {
private val table = NetworkTableInstance
.getDefault()
.getTable("limelight")
.getTable(name)
private val stddev = VecBuilder.fill(.7, .7, 9999999.0)

private val botPose = table.getDoubleArrayTopic("botpose_orb_wpiblue").subscribe(null)
Expand Down

0 comments on commit c89246c

Please sign in to comment.