Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Scorchify committed Dec 5, 2024
2 parents 6bb40f9 + 5a4389a commit bb3bc37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/main/java/frc/team5115/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public RobotContainer() {
new ModuleIOSparkMax(1),
new ModuleIOSparkMax(2),
new ModuleIOSparkMax(3));
vision = new PhotonVision(drivetrain);
// vision = null;
// vision = new PhotonVision(drivetrain);
vision = null;
canisterDetectedEntry =
Shuffleboard.getTab("SmartDashboard").add("Has Canister?", false).getEntry();
break;
Expand Down

0 comments on commit bb3bc37

Please sign in to comment.