target lock thing on smart dash

This commit is contained in:
aarav18
2022-03-17 19:41:20 -06:00
parent b4bf4296de
commit d9b49b9673
2 changed files with 28 additions and 17 deletions
@@ -187,9 +187,9 @@ public class Shoot extends CommandBase {
// Returns true when the command should end.
@Override
public boolean isFinished() {
if (simMode) {
return isAimedInTolerance;
}
return false;
// if (simMode) {
return isAimedInTolerance;
// }
// return false;
}
}