Merge branch 'main' of https://demerso.net/pls5618/2023/robot
This commit is contained in:
commit
4d19989556
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){
|
||||
public void drive(double xSpeed, double zRotation, double d, BasePilotable basePilotable){
|
||||
drive.arcadeDrive(xSpeed, zRotation);
|
||||
}
|
||||
public double distance(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user