@Override
 public TalonSRX enableLimitSwitch(boolean forward, boolean reverse) {
   talon.enableLimitSwitch(forward, reverse);
   return this;
 }