Skip to content

Commit

Permalink
removed redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
catr1xLiu committed Sep 29, 2024
1 parent e2bf800 commit 5f94e4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/frc/robot/subsystems/drive/SwerveDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ public void addVisionMeasurement(Pose2d visionPose, double timestamp, Matrix<N3,
}

private double previousMeasurementTimeStamp = -1;
@Override
public double getPreviousVisionMeasurementTimeStamp() {
return previousMeasurementTimeStamp;
}

private void startDashboardDisplay() {
SmartDashboard.putData("Swerve Drive", builder -> {
Expand Down

0 comments on commit 5f94e4b

Please sign in to comment.