Tune Shooter and Work on DriverStation

This commit is contained in:
Keenan D. Buckley
2020-03-11 08:26:27 -06:00
parent 7efbea847a
commit a1632fa688
5 changed files with 423 additions and 91 deletions
@@ -67,8 +67,6 @@ public class ShooterAim extends SubsystemBase {
// This method will be called once per scheduler run
SmartDashboard.putNumber("Turret Angle Raw", getShooterRotatePosition());
SmartDashboard.putBoolean("Aim Ready", m_isAimReady);
SmartDashboard.putData("Turret Angle", m_turretGyro);
SmartDashboard.putBoolean("Turret Aimed" , m_isAimReady);