mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
target lock thing on smart dash
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user