mirror of
https://github.com/Team4388/2019-Hit-or-Miss.git
synced 2026-06-09 00:28:05 -06:00
Arm-elevator error fixed
This commit is contained in:
@@ -31,7 +31,7 @@ public class Wrist extends Subsystem
|
||||
private WPI_TalonSRX wristLeft;
|
||||
|
||||
//Encoder ticks to inches for encoders
|
||||
public static final double ENCODER_TICKS_TO_INCHES = Constants.kElevatorEncoderTicksPerInch;
|
||||
public static final double ENCODER_TICKS_TO_INCHES = Constants.kArmEncoderTicksPerInch;
|
||||
|
||||
public Wrist()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user