mirror of
https://github.com/Team4388/2019-Hit-or-Miss.git
synced 2026-06-08 16:18:02 -06:00
Renamed Elevator Subsystem to Arm Subsystem
This commit is contained in:
@@ -32,10 +32,7 @@ public class Robot extends IterativeRobot
|
||||
|
||||
|
||||
|
||||
public static final Elevator elevator = new Elevator();
|
||||
|
||||
|
||||
|
||||
public static final Arm arm = new Arm();
|
||||
public static final Climber climber = new Climber();
|
||||
public static final Pnumatics pnumatics = new Pnumatics();
|
||||
public static final long periodMS = 10;
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ import com.ctre.phoenix.motorcontrol.NeutralMode;
|
||||
import com.ctre.phoenix.motorcontrol.SensorCollection;
|
||||
import com.ctre.phoenix.motorcontrol.can.WPI_TalonSRX;
|
||||
|
||||
public class Elevator extends Subsystem implements ControlLoopable
|
||||
public class Arm extends Subsystem implements ControlLoopable
|
||||
{
|
||||
//PID encoder and motor
|
||||
private CANTalonEncoder elevatorRight;
|
||||
Reference in New Issue
Block a user