File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/main/java/frc/team5115 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ public RobotContainer() {
7171 new ModuleIOSparkMax (1 ),
7272 new ModuleIOSparkMax (2 ),
7373 new ModuleIOSparkMax (3 ));
74- vision = new PhotonVision (drivetrain );
75- // vision = null;
74+ // vision = new PhotonVision(drivetrain);
75+ vision = null ;
7676 canisterDetectedEntry =
7777 Shuffleboard .getTab ("SmartDashboard" ).add ("Has Canister?" , false ).getEntry ();
7878 break ;
@@ -154,11 +154,11 @@ private void configureButtonBindings() {
154154
155155 joyManip .a ().onTrue (DriveCommands .intakeUntilCanister (dispenser , arm ));
156156
157- joyManip
158- .b ()
159- .onTrue (
160- DriveCommands .score (dispenser , arm , drivetrain )
161- .raceWith (drivetrain .waitUntilFarFromBank ()));
157+ // joyManip
158+ // .b()
159+ // .onTrue(
160+ // DriveCommands.score(dispenser, arm, drivetrain)
161+ // .raceWith(drivetrain.waitUntilFarFromBank()));
162162
163163 joyManip .y ().onTrue (DriveCommands .stow (dispenser , arm ));
164164
You can’t perform that action at this time.
0 commit comments