renomer
This commit is contained in:
parent
2533a3a462
commit
99525dc7d7
@ -8,12 +8,12 @@ import edu.wpi.first.wpilibj2.command.Command;
|
||||
import frc.robot.Subsystems.Drive;
|
||||
import frc.robot.Subsystems.Limelight3G;
|
||||
|
||||
public class Limelight3g extends Command {
|
||||
public class FollowAprilTag extends Command {
|
||||
|
||||
private Limelight3G enlignement;
|
||||
private Drive drive;
|
||||
/** Creates a new Limelight3g. */
|
||||
public Limelight3g(Limelight3G enlignement, Drive drive) {
|
||||
public FollowAprilTag(Limelight3G enlignement, Drive drive) {
|
||||
// Use addRequirements() here to declare subsystem dependencies.
|
||||
this.drive = drive;
|
||||
this.enlignement = enlignement;
|
Loading…
x
Reference in New Issue
Block a user