This commit is contained in:
samuel desharnais 2023-02-15 19:19:41 -05:00
parent f1d0e3b352
commit 74e884d4ac
2 changed files with 1 additions and 1 deletions

View File

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