feat:ftc2024-holonom.java

This commit is contained in:
GZod01 2024-01-07 17:46:08 +01:00
parent 604656e12f
commit 070e73e5e6

View file

@ -37,7 +37,7 @@ public class Werobot_FTC2024 extends LinearOpMode {
public void runOpMode() throws InterruptedException { public void runOpMode() throws InterruptedException {
float x; float x;
double y; double y;
String mode; String mode="normal";
boolean already_a = false; boolean already_a = false;
int[] fr_angle = {1,1}; int[] fr_angle = {1,1};
int[] fl_angle = {1,-1}; int[] fl_angle = {1,-1};