sum changes

This commit is contained in:
aarav18
2022-03-16 14:49:41 -06:00
parent 39ee9f979d
commit 633a443194
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
}
}