Skip to content

Commit

Permalink
Removed testing features
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahEMorgan committed Feb 8, 2025
1 parent f27d4c3 commit 758e070
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package frc.robot;

import static edu.wpi.first.math.util.Units.*;
import static edu.wpi.first.wpilibj2.command.Commands.*;
import static frc.robot.Constants.ControllerConstants.*;

import java.util.Map;
Expand Down Expand Up @@ -56,10 +55,8 @@ public void bindDriveControls() {
}

public void bindCheeseStickControls() {
// Need to figure out what left and right actually mean
m_operatorController.R2().whileFalse(m_cheeseStickSubsystem.extend());
m_operatorController.R2().whileTrue(m_cheeseStickSubsystem.retract());
m_operatorController.R2().whileTrue(print("hi"));
}

@Override
Expand Down

0 comments on commit 758e070

Please sign in to comment.