limelight

This commit is contained in:
Antoine PerreaultE 2025-02-17 20:08:21 -05:00
parent 20e54ae142
commit 7cf7483498
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"data": {
"commands": [
{
"type": "parallel",
"type": "sequential",
"data": {
"commands": [
{

View File

@ -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;
}
}