Merge branch 'buff-driver-station' of https://github.com/Team4388/RiseOfRidgebotics2020 into buff-driver-station

This commit is contained in:
Keenan D. Buckley
2020-03-10 18:42:03 -06:00
26 changed files with 1229 additions and 525 deletions
@@ -70,6 +70,8 @@ public class ShooterAim extends SubsystemBase {
SmartDashboard.putBoolean("Aim Ready", m_isAimReady);
SmartDashboard.putData("Turret Angle", m_turretGyro);
SmartDashboard.putBoolean("Turret Aimed" , m_isAimReady);
}
/**