Fields and methods should not have conflicting names like isFinished. While this is technically legal it can lead to misunderstandings and problems with serialization.
Loading history...
17
18
public CyborgCommandGoToMid() {
19
requires(Robot.SUB_MAST);
20
}
21
22
protected void initialize() {
23
DriverStation.reportWarning("MOVING TO MID POSITION", false);