limelight
This commit is contained in:
@ -73,6 +73,6 @@ public class AprilTag3G extends Command {
|
||||
// Returns true when the command should end.
|
||||
@Override
|
||||
public boolean isFinished() {
|
||||
return false;
|
||||
return limelight3g.getX()<1 && limelight3g.getX()>-1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user