mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
AimToCenter works without fixing odometry issues
This commit is contained in:
@@ -262,7 +262,7 @@ public class Robot extends TimedRobot {
|
||||
if (selectedOdo == null) {
|
||||
selectedOdo = m_robotContainer.getOdometry();
|
||||
}
|
||||
m_robotContainer.resetOdometry(selectedOdo);
|
||||
// m_robotContainer.resetOdometry(selectedOdo);
|
||||
|
||||
|
||||
// This makes sure that the autonomous stops running when
|
||||
|
||||
Reference in New Issue
Block a user