diff --git a/ftc2024-autonome.java b/ftc2024-autonome.java index e8a02fd..8123e9e 100644 --- a/ftc2024-autonome.java +++ b/ftc2024-autonome.java @@ -61,17 +61,24 @@ public class ftc2024_autonome extends LinearOpMode { } else { double[][] operations = { - {3.0,-1.0,1.0}, // operation 1: 3 sec , lm=-1 , rm = 1 - {5.0,1.0,1.0}, - {2.0,-1.0,1.0}, - {3.0,-1.0,-1.0}, - {10.0,1.0,-1.0} + {-1.0,1.0}, // vectors + {1.0,1.0}, + {-1.0,1.0}, + {-1.0,-1.0}, + {1.0,-1.0} }; //mode Aurelien for(int i = 0; i