Update FTC2024WeRobotControl.java

change
This commit is contained in:
Zelina974 2024-03-10 15:23:02 +01:00 committed by GitHub
parent 5f582dc6ad
commit a2f5c66ea9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,10 @@ public class FTC2024WeRobotControl {
Parent.rm.setPower(0);
}
public void forward(double n_tiles){
this.forward(n_tiles,1);
}
/*
* go backward
*