imported dependencies, mocks gone, code builds

This commit is contained in:
aarav18
2023-01-08 11:18:00 -07:00
parent 2ea211c406
commit 50914581ca
8 changed files with 480 additions and 17 deletions
@@ -80,6 +80,6 @@ public class DiffDrive extends SubsystemBase {
SmartDashboard.putBoolean("Is Gyro a Pigeon?", m_gyro.m_isGyroAPigeon);
SmartDashboard.putNumber("Turn Rate", m_gyro.getRate());
SmartDashboard.putNumber("Gyro Pitch", m_gyro.getPitch());
SmartDashboard.putData(m_gyro);
// SmartDashboard.putData(m_gyro);
}
}