Touch ups

This commit is contained in:
Keenan D. Buckley
2020-03-03 01:17:14 -07:00
parent 9288d2b934
commit faf9346f6e
5 changed files with 0 additions and 8 deletions
@@ -7,11 +7,9 @@
package frc4388.robot.commands.shooter;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc4388.robot.Constants.ShooterConstants;
import frc4388.robot.subsystems.Shooter;
import frc4388.robot.subsystems.ShooterHood;
public class ShooterVelocityControlPID extends CommandBase {
Shooter m_shooter;