Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
goooooooooooooooooose committed Feb 16, 2025
1 parent 0d9f8b3 commit a8c4beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private void registerNamedCommands() {
NamedCommands.registerCommand("ElevateToL3", new MoveToHeight(elevator, Elevator.ElevatorLevel.L3));
NamedCommands.registerCommand("TakeAlgae", new IntakeAlgae(gripper));
NamedCommands.registerCommand("PlaceAlgae", new ReleaseAlgae(gripper));
// NamedCommands.registerCommand("ElevateToL4", new MoveToHeight(elevator, Elevator.ElevatorLevel.L4));
}

private void getInstances() {
Expand Down

0 comments on commit a8c4beb

Please sign in to comment.