Skip to content

Commit

Permalink
Comment out command
Browse files Browse the repository at this point in the history
  • Loading branch information
TimB-87 authored and msoucy committed Jan 30, 2025
1 parent 62e8fbd commit 088c29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ public enum Branch {
rightBranch
};

public Command alignToReefBranch(Branch leftBranch, Branch rightBranch) {
// public Command alignToReefBranch(Branch leftBranch, Branch rightBranch) {

};
// };

public Command moveInDirection(double xSpeed, double ySpeed, double seconds) {
return run(() -> {
Expand Down

0 comments on commit 088c29b

Please sign in to comment.