printed odometry to smartdashboard

This commit is contained in:
aarav18
2023-02-06 19:47:14 -07:00
parent 6b4c591b3b
commit 6ab2bea3c8
2 changed files with 4 additions and 5 deletions
@@ -55,8 +55,6 @@ public class RobotContainer {
, m_robotSwerveDrive).withName("SwerveDrive DefaultCommand"));
// m_robotLED.setDefaultCommand(new RunCommand(() -> m_robotLED.updateLED(), m_robotLED));
}