hello
This commit is contained in:
parent
91d956a7de
commit
bcd667a383
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ public class ftc2024_autonome_test extends LinearOpMode {
|
||||||
|
|
||||||
waitForStart();
|
waitForStart();
|
||||||
|
|
||||||
while (opModeIsActive()){
|
if (opModeIsActive()){
|
||||||
double [] lm_p = {0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1};
|
double [] lm_p = {0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1};
|
||||||
double [] rm_p = {-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.7,-0.8,-0.9,-1};
|
double [] rm_p = {-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.7,-0.8,-0.9,-1};
|
||||||
double [] y = new double[lm_p.length];
|
double [] y = new double[lm_p.length];
|
||||||
|
|
Loading…
Reference in a new issue