Remove 'if' loop that makes the robot repeat the path
This commit is contained in:
@ -153,9 +153,6 @@ public class BlueBasketAuto extends OpMode {
|
|||||||
@Override
|
@Override
|
||||||
public void loop() {
|
public void loop() {
|
||||||
follower.update();
|
follower.update();
|
||||||
if (follower.atParametricEnd()) {
|
|
||||||
follower.followPath(path);
|
|
||||||
}
|
|
||||||
follower.telemetryDebug(telemetryA);
|
follower.telemetryDebug(telemetryA);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user