From 66ab30b4995561b7b51fbd5ef4eae02748722055 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Sun, 28 Jan 2024 17:30:18 +0100 Subject: [PATCH] hello --- ftc2024-autonome.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ftc2024-autonome.java b/ftc2024-autonome.java index 310a767..34e769c 100644 --- a/ftc2024-autonome.java +++ b/ftc2024-autonome.java @@ -51,7 +51,11 @@ public class ftc2024_autonome extends LinearOpMode { } else { double[][] operations = { - {3.0,-1.0,1.0} // operation 1: 3 sec , lm=-1 , rm = 1 + {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} }; //mode Aurelien for(int i = 0; i