button bindings
This commit is contained in:
@@ -10,9 +10,11 @@ public class ShooterConstants {
|
||||
public enum ShooterSpeeds {
|
||||
kHubSpeed(3000.0),
|
||||
kFeedSpeed(5000.0);
|
||||
kIdleSpeed(750.0);
|
||||
|
||||
private double speedMPS;
|
||||
private double speedRPM;
|
||||
private double kIdleSpeed;
|
||||
|
||||
private ShooterSpeeds(double speedRPM) {
|
||||
this.speedMPS = speedRPM * kWheelDiameter*Math.PI;
|
||||
|
||||
Reference in New Issue
Block a user