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

Commit b59d9d6

Browse files
authored
Merge pull request #32 from ArushYadlapati/master
Add missing imports to Follower.java
2 parents 1180cb1 + 1d4c5e1 commit b59d9d6

File tree

1 file changed

+2
-0
lines changed
  • TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/follower

1 file changed

+2
-0
lines changed

TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/follower/Follower.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
import com.acmerobotics.dashboard.telemetry.MultipleTelemetry;
2828
import com.qualcomm.robotcore.hardware.DcMotor;
2929
import com.qualcomm.robotcore.hardware.DcMotorEx;
30+
import com.qualcomm.robotcore.hardware.DcMotorSimple;
3031
import com.qualcomm.robotcore.hardware.HardwareMap;
3132
import com.qualcomm.robotcore.hardware.configuration.typecontainers.MotorConfigurationType;
3233

3334
import org.firstinspires.ftc.robotcore.external.Telemetry;
35+
import org.firstinspires.ftc.teamcode.pedroPathing.localization.Localizer;
3436
import org.firstinspires.ftc.teamcode.pedroPathing.localization.Pose;
3537
import org.firstinspires.ftc.teamcode.pedroPathing.localization.PoseUpdater;
3638
import org.firstinspires.ftc.teamcode.pedroPathing.pathGeneration.BezierPoint;

0 commit comments

Comments
 (0)