Skip to content

Commit

Permalink
Vuforia Noah's code. Trial for Slack ftctechnh#2.
Browse files Browse the repository at this point in the history
  • Loading branch information
RisBan committed Oct 28, 2018
1 parent ae8c885 commit eb2b95f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void runOpMode() {
rightDrive.setPower(rightPower);

if (gamepad1.a) {
System.out.println("hallelujah");
System.out.println("hallelujah!!!");
telemetry.addData("a pressed", "Run Time: " + runtime.toString());
String update = position.runVuforiaTracker(5);
//sleep(5000);
Expand Down

0 comments on commit eb2b95f

Please sign in to comment.