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
|
||||
public void loop() {
|
||||
follower.update();
|
||||
if (follower.atParametricEnd()) {
|
||||
follower.followPath(path);
|
||||
}
|
||||
follower.telemetryDebug(telemetryA);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user