Skip to content

Commit

Permalink
[#29] undid josh
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroSoLos committed Feb 16, 2024
1 parent 76b413f commit c0d45a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/command/AlignToTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ public AlignToTag(Pose2d target, Swerve drivetrain, SwerveRequest.FieldCentric d
this.target = target;
this.drivetrain = drivetrain;
this.drive = drive;
this.limelights = limelights;

this.driver = driver;
//limelight = limelights.getStopMe();

//limelightPrevPipeline = limelight.getPipeline();
Expand Down

0 comments on commit c0d45a8

Please sign in to comment.