mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Merge branch 'Climber' of https://github.com/Team4388/2022NoWayHome into Climber
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user