Tested Shooter, Fine tuned it

This commit is contained in:
aarav18
2020-01-20 15:22:44 -07:00
parent a96cd7a3e2
commit db5c15a452
3 changed files with 15 additions and 8 deletions
@@ -31,7 +31,7 @@ public class ShooterVelocityControlPID extends CommandBase {
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
m_shooter.runDrumShooterVelocityPID(m_shooter.m_shooterFalcon, m_targetVel);
m_shooter.runDrumShooterVelocityPID(m_targetVel);
}
// Called once the command ends or is interrupted.