Skip to content

Commit

Permalink
removed elevator
Browse files Browse the repository at this point in the history
  • Loading branch information
adiY666 committed Feb 13, 2025
1 parent 73144ae commit 66c2202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/PickAlgae.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class PickAlgae extends SequentialCommandGroup {

public PickAlgae(Elevator elevator, AlgaeJoint algaeJoint, Gripper gripper) {
public PickAlgae(AlgaeJoint algaeJoint, Gripper gripper) {
addCommands(new RotateAlgaeJointToBottom(algaeJoint), new IntakeAlgae(gripper));
}
}

0 comments on commit 66c2202

Please sign in to comment.