Remove Old Unusable Commands Pt 2

This commit is contained in:
ryan123rudder
2020-03-09 20:07:45 -06:00
parent 9e59e34314
commit 725b2c0079
6 changed files with 0 additions and 246 deletions
@@ -26,8 +26,6 @@ public class ShootPrepGroup extends ParallelDeadlineGroup {
*/
public ShootPrepGroup(Shooter m_shooter, ShooterAim m_shooterAim, ShooterHood m_shooterHood, Storage m_storage) {
super(
new PrepChecker(m_shooter, m_storage),
//new StoragePrep(m_storage),
new TrackTarget(m_shooterAim),
new ShooterVelocityControlPID(m_shooter),
new HoodPositionPID(m_shooterHood)