Shooter firing

This commit is contained in:
ryan123rudder
2020-02-22 13:16:27 -07:00
parent 4564e0ebdb
commit 2b4324effd
6 changed files with 64 additions and 9 deletions
@@ -16,6 +16,8 @@ public class ShooterVelocityControlPID extends CommandBase {
double m_actualVel;
/**
* Creates a new ShooterVelocityControlPID.
* @param subsystem The Shooter subsytem
* @param targetVel The target velocity
*/
public ShooterVelocityControlPID(Shooter subsystem, double targetVel) {
// Use addRequirements() here to declare subsystem dependencies.