Merge branch 'Climber' of https://github.com/Team4388/2022NoWayHome into Climber

This commit is contained in:
66945
2022-03-16 14:50:07 -06:00
6 changed files with 292 additions and 287 deletions
@@ -47,6 +47,7 @@ public class RunClaw extends CommandBase {
// Returns true when the command should end.
@Override
public boolean isFinished() {
return m_claws.checkSwitchAndCurrent(clawType);
// return m_claws.checkSwitchAndCurrent(clawType);
return false; // TODO: real return
}
}