dtshj
This commit is contained in:
parent
74e884d4ac
commit
9b625fba88
Binary file not shown.
@ -32,7 +32,7 @@ public class BasePilotable extends SubsystemBase {
|
||||
return gyroscope.getPitch();
|
||||
}
|
||||
|
||||
public void drive(double xSpeed, double zRotation, double d, BasePilotable basePilotable){
|
||||
public void drive(double xSpeed, double zRotation, double d){
|
||||
drive.arcadeDrive(xSpeed, zRotation);
|
||||
}
|
||||
public double distance(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user