hello
This commit is contained in:
parent
1c5cdce409
commit
66ab30b499
1 changed files with 5 additions and 1 deletions
|
@ -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<operations.length; i++){
|
||||
|
|
Loading…
Reference in a new issue