This commit is contained in:
Zelina974 2024-02-25 16:11:37 +01:00
parent ff8e4bf295
commit a41e87756b

View file

@ -63,7 +63,7 @@ public class ftc2024_autonome extends LinearOpMode {
double wheel_rayon = (wheel_width)/2;
double wheel_perimeter = wheel_rayon*2*Math.PI;
double speed = (tour_par_minute/60)*wheel_perimeter;//dist per second
boolean mode = true;
boolean mode = false;
YawPitchRollAngles robotOrientation;
robotOrientation = imu.getRobotYawPitchRollAngles();