Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RYANdop committed Oct 8, 2024
1 parent 441e5e4 commit 98394a6
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package org.firstinspires.ftc.teamcode;

import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.util.ElapsedTime;

public class AUTONOMOOSE extends LinearOpMode {

private Goldfish robot;
private ElapsedTime runtime = new ElapsedTime();


public void runOpMode() {

Goldfish = new robot(this, Goldfish.Drivetrain.MECHANUM);

}

}

0 comments on commit 98394a6

Please sign in to comment.