botz = boty

This commit is contained in:
Samuel
2025-11-24 18:34:29 -05:00
parent 68834d11d0
commit 9e16c18d31

View File

@@ -75,7 +75,7 @@ public class AprilTag3 extends Command {
drivetrain.setControl(drive. drivetrain.setControl(drive.
withRotationalRate(tx/20). withRotationalRate(tx/20).
withVelocityX((2-limelight3.derive(botx))). withVelocityX((2-limelight3.derive(botx))).
withVelocityY(2-limelight3.derive(botz))); withVelocityY(2-limelight3.derive(boty)));
} }
} }
else{ else{