climber subsystem 3.0

This commit is contained in:
aarav18
2022-03-20 18:09:16 -06:00
parent 7f1061ab9a
commit 70e681c7d7
5 changed files with 133 additions and 538 deletions
+1 -1
View File
@@ -257,7 +257,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
// teleop starts running. If you want the autonomous to