Indented but need to create arm branch but can't save
This commit is contained in:
mayabartels
2019-01-21 13:10:46 -08:00
parent f0fdfabc2e
commit eb470a2106
@@ -39,7 +39,9 @@ public class Wrist extends Subsystem
{
//PID wrist encoder and talon
wristRight = new CANTalonEncoder(RobotMap.WRIST_LEFT_MOTOR_CAN_ID, ENCODER_TICKS_TO_INCHES, FeedbackDevice.QuadEncoder);
wristLeft = new WPI_TalonSRX(RobotMap.WRITST_RIGHT_MOTOR_CAN_ID);
wristLeft = new WPI_TalonSRX(RobotMap.WRITST_RIGHT_MOTOR_CAN_ID);
}
catch(Exception e)
{