Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SJJCoding committed Mar 20, 2024
1 parent 1e6874b commit 73b94f7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package frc.team2412.robot.subsystems;

import edu.wpi.first.math.geometry.Pose2d;
import edu.wpi.first.math.geometry.Rotation2d;
import edu.wpi.first.math.geometry.Translation2d;
import edu.wpi.first.math.util.Units;
import edu.wpi.first.networktables.GenericEntry;
import edu.wpi.first.networktables.NetworkTable;
import edu.wpi.first.networktables.NetworkTableInstance;
Expand Down Expand Up @@ -102,7 +98,7 @@ public double getDistanceFromTargetInches() {
return 0.0;
}
}

public String getCurrentPoseString() {
return currentPoseString;
}
Expand Down

0 comments on commit 73b94f7

Please sign in to comment.