Skip to content

Commit

Permalink
run startIntakeCamera in RobotContainer constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Mar 19, 2024
1 parent 1e0cdec commit ce3a677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ public RobotContainer() {
Shuffleboard.getTab("Driver").add("Clear PDP sticky faults", clearPDPStickyFaults);
Shuffleboard.getTab("Driver").add("Zero Gyro", zeroGyro);

startIntakeCamera.schedule();

switch (Constants.Drive.currentDrivePerspective) {
case RobotOriented:
drive.setDefaultCommand(driveRobotOriented);
Expand Down

0 comments on commit ce3a677

Please sign in to comment.