delete getCurrentSetPoint method
authorShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 04:44:47 +0000 (20:44 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 04:44:47 +0000 (20:44 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java

index 4fa8f4e31ab5181f3870b1e5c41a251581f86628..26763d0ed497c848e1565834993c1dfe7301e691 100755 (executable)
@@ -35,14 +35,6 @@ public class Shooter extends Subsystem {
         Constants.Shooter.ENCODER_PORT_B, false, EncodingType.k4X);
   }
 
-  /***
-   *
-   * @return current sensor position??
-   */
-  public double getCurrentSetPoint() {
-    return shooter.get();
-  }
-
   /***
    * This method checks to see if the ball has successfully passed through the
    * intake rollers and is inside.