Fixed heading in odometry, but position needs work

This commit is contained in:
Aarav Shah
2020-02-13 19:35:30 -07:00
parent a3a1e953fb
commit 03daeed506
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -89,6 +89,7 @@ public class Robot extends TimedRobot {
// schedule the autonomous command (example)
if (m_autonomousCommand != null) {
m_autonomousCommand.schedule();
System.err.println("Auto Start");
}
}