Merge branch 'master' into buff-driver-station

This commit is contained in:
Keenan D. Buckley
2020-03-10 02:22:39 +00:00
committed by GitHub
24 changed files with 529 additions and 525 deletions
@@ -67,6 +67,8 @@ public class ShooterAim extends SubsystemBase {
SmartDashboard.putBoolean("Aim Ready", m_isAimReady);
SmartDashboard.putData("Turret Angle", m_turretGyro);
SmartDashboard.putBoolean("Turret Aimed" , m_isAimReady);
}
/**