Odometry fixes (but not really)

- Seems to only work on the left motor in low gear...no idea why
This commit is contained in:
Keenan D. Buckley
2020-02-25 17:47:47 -07:00
parent ac82fdad12
commit 0541a2463c
4 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public class Robot extends TimedRobot {
m_autonomousCommand = m_robotContainer.getAutonomousCommand();
m_robotContainer.setDriveNeutralMode(NeutralMode.Brake);
m_robotContainer.setDriveGearState(true);
//m_robotContainer.setDriveGearState(true);
m_robotContainer.resetOdometry();
//m_robotContainer.configDriveTrainSensors(FeedbackDevice.IntegratedSensor);