dgbfb
This commit is contained in:
parent
f1d0e3b352
commit
74e884d4ac
Binary file not shown.
@ -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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user