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.Drive;
|
||||||
import frc.robot.Subsystems.Limelight3G;
|
import frc.robot.Subsystems.Limelight3G;
|
||||||
|
|
||||||
public class Limelight3g extends Command {
|
public class FollowAprilTag extends Command {
|
||||||
|
|
||||||
private Limelight3G enlignement;
|
private Limelight3G enlignement;
|
||||||
private Drive drive;
|
private Drive drive;
|
||||||
/** Creates a new Limelight3g. */
|
/** Creates a new Limelight3g. */
|
||||||
public Limelight3g(Limelight3G enlignement, Drive drive) {
|
public FollowAprilTag(Limelight3G enlignement, Drive drive) {
|
||||||
// Use addRequirements() here to declare subsystem dependencies.
|
// Use addRequirements() here to declare subsystem dependencies.
|
||||||
this.drive = drive;
|
this.drive = drive;
|
||||||
this.enlignement = enlignement;
|
this.enlignement = enlignement;
|
Loading…
x
Reference in New Issue
Block a user