Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Nov 21, 2023
1 parent ddfb994 commit 0e66ff3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

import org.firstinspires.ftc.teamcode.MecanumDrive;
import org.firstinspires.ftc.teamcode.TankDrive;
import org.firstinspires.ftc.teamcode.ThreeDeadWheelLocalizer;
import org.firstinspires.ftc.teamcode.TwoDeadWheelLocalizer;

public final class ManualFeedbackTuner extends LinearOpMode {
public static double DISTANCE = 64;
Expand Down

0 comments on commit 0e66ff3

Please sign in to comment.