From 021e5eab71e393d1b39f0043df173552fa56f1c0 Mon Sep 17 00:00:00 2001 From: lukesta182 <33330639+lukesta182@users.noreply.github.com> Date: Mon, 28 Jan 2019 15:45:31 -0700 Subject: [PATCH] pls work, works on lukes laptop, not mayas --- 2019robot/src/main/java/org/usfirst/frc4388/robot/Robot.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/2019robot/src/main/java/org/usfirst/frc4388/robot/Robot.java b/2019robot/src/main/java/org/usfirst/frc4388/robot/Robot.java index a1f5c15..65c24e8 100644 --- a/2019robot/src/main/java/org/usfirst/frc4388/robot/Robot.java +++ b/2019robot/src/main/java/org/usfirst/frc4388/robot/Robot.java @@ -20,6 +20,7 @@ import org.usfirst.frc4388.robot.OI; import org.usfirst.frc4388.robot.subsystems.*; import org.usfirst.frc4388.utility.ControlLooper; import org.usfirst.frc4388.robot.subsystems.Drive; +import org.usfirst.frc4388.robot.subsystems.Arm; import org.usfirst.frc4388.robot.subsystems.Drive.DriveControlMode;; @@ -29,9 +30,6 @@ public class Robot extends IterativeRobot public static OI oi; public static final Drive drive = new Drive(); - - - public static final Arm arm = new Arm(); public static final Climber climber = new Climber(); public static final Pnumatics pnumatics = new Pnumatics();