Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Jan 19, 2024
1 parent e687349 commit 3d1fe89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/VisionSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void periodic() {
}

public Pose2d getBotpose() {

botpose = limelight.getEntry("botpose_wpiblue").getDoubleArray(botpose);

double botposeX = botpose[0];
Expand Down

0 comments on commit 3d1fe89

Please sign in to comment.