Skip to content

Commit

Permalink
removed instant command
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Mar 19, 2024
1 parent 637d3f1 commit 768e602
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ public class RobotContainer {
/** Singleton instance of {@link ZeroGyro} for the whole robot. */
public static ZeroGyro zeroGyro = new ZeroGyro();

public static InstantCommand startCamera =
new InstantCommand(intakeCamera::startCamera, intakeCamera);

/*
* ***********************
* * OTHER INSTANCE VARS *
Expand Down

0 comments on commit 768e602

Please sign in to comment.