@Override
 public TalonSRX setForwardSoftLimit(int forwardLimit) {
   talon.setForwardSoftLimit(forwardLimit);
   return this;
 }