This commit is contained in:
Antoine PerreaultE
2023-02-15 18:27:48 -05:00
parent 0756345494
commit 4d81dd9f9b
3 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class BasePilotable extends SubsystemBase {
return gyroscope.getPitch();
}
public void drive(double xSpeed, double zRotation, int i){
public void drive(double xSpeed, double zRotation, double d){
drive.arcadeDrive(xSpeed, zRotation);
}
public double distance(){