fixed bugs (still not working -_-)

This commit is contained in:
aarav18
2022-01-28 17:12:28 -07:00
parent 26e54c1db7
commit 4e497acab6
7 changed files with 154 additions and 16 deletions
@@ -67,11 +67,11 @@ public class Turret extends SubsystemBase {
@Override
public void periodic() {
SmartDashboard.putNumber("Turret Angle Raw", getboomBoomRotatePosition());
// SmartDashboard.putNumber("Turret Angle Raw", getboomBoomRotatePosition());
SmartDashboard.putData("Turret Angle", (Sendable) m_turretGyro);
// SmartDashboard.putData("Turret Angle", (Sendable) m_turretGyro);
SmartDashboard.putBoolean("Turret Aimed", m_isAimReady);
// SmartDashboard.putBoolean("Turret Aimed", m_isAimReady);
// This method will be called once per scheduler run
}